Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 440 Bytes

File metadata and controls

20 lines (14 loc) · 440 Bytes

VultrRuby::ListBillingHistory200Response

Properties

Name Type Description Notes
billing_history Array<Billing> List of all billing history. [optional]
meta Meta [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::ListBillingHistory200Response.new(
  billing_history: null,
  meta: null
)