Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

Meta.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

VultrRuby::Meta

Properties

Name Type Description Notes
total Integer Total objects available in the list. This value may be greater than the number of objects returned if `per_page` is set. [optional]
links MetaLinks [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::Meta.new(
  total: null,
  links: null
)