Class: DatadogAPIClient::V2::CustomerOrgDisableRequestData

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#attributesObject

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

#idObject

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

#typeObject

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