Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

MetaLinks.md

File metadata and controls

20 lines (14 loc) · 381 Bytes

VultrRuby::MetaLinks

Properties

Name Type Description Notes
_next String Cursor value for the next page. [optional]
prev String Cursor value for the previous page. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::MetaLinks.new(
  _next: null,
  prev: null
)