Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

GetInstanceNeighbors200Response.md

File metadata and controls

18 lines (12 loc) · 416 Bytes

VultrRuby::GetInstanceNeighbors200Response

Properties

Name Type Description Notes
neighbors Array<String> An array of Instance ids in the same location as this Instance. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::GetInstanceNeighbors200Response.new(
  neighbors: null
)