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] |
require 'vultr_ruby'
instance = VultrRuby::Meta.new(
total: null,
links: null
)