Class: DatadogAPIClient::V1::OrganizationBilling Deprecated
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationBilling
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_billing.rb
Overview
Deprecated.
This model is deprecated.
A JSON array of billing type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
The type of billing.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/organization_billing.rb', line 29 def additional_properties @additional_properties end |
#type ⇒ Object
The type of billing. Only ‘parent_billing` is supported.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/organization_billing.rb', line 27 def type @type end |