Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 472 Bytes

NodepoolInstances.md

File metadata and controls

22 lines (16 loc) · 472 Bytes

VultrRuby::NodepoolInstances

Properties

Name Type Description Notes
id String ID of the nodepool instance [optional]
label String Label of the nodepool instance [optional]
date_created String Date of creation [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::NodepoolInstances.new(
  id: null,
  label: null,
  date_created: null
)