Class: DatadogAPIClient::V2::CustomerOrgDisableRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomerOrgDisableRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb
Overview
Data object for a customer org disable request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Optional attributes for a customer org disable request.
-
#id ⇒ Object
Optional client-supplied identifier for the request.
-
#type ⇒ Object
readonly
JSON:API resource type for a customer org disable request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb', line 35 def additional_properties @additional_properties end |
#attributes ⇒ Object
Optional attributes for a customer org disable request. When supplied, org_uuid
must match the authenticated organization or the request is rejected.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb', line 26 def attributes @attributes end |
#id ⇒ Object
Optional client-supplied identifier for the request. Useful for client-side correlation; the server does not use this value.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb', line 30 def id @id end |
#type ⇒ Object
JSON:API resource type for a customer org disable request.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb', line 33 def type @type end |