Class: DatadogAPIClient::V1::OrganizationSubscription Deprecated
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationSubscription
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_subscription.rb
Overview
Deprecated.
This model is deprecated.
Subscription definition.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
The subscription type.
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_subscription.rb', line 29 def additional_properties @additional_properties end |
#type ⇒ Object
The subscription type. Types available are ‘trial`, `free`, and `pro`.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/organization_subscription.rb', line 27 def type @type end |