Class: DatadogAPIClient::V1::OrganizationBilling Deprecated

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#typeObject

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