Class: DatadogAPIClient::V2::CustomerOrgDisableRequestAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/customer_org_disable_request_attributes.rb

Overview

Optional attributes for a customer org disable request. When supplied, org_uuid must match the authenticated organization or the request is rejected.

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/v2/models/customer_org_disable_request_attributes.rb', line 29

def additional_properties
  @additional_properties
end

#org_uuidObject

Datadog organization UUID. If supplied, must match the authenticated organization.



27
28
29
# File 'lib/datadog_api_client/v2/models/customer_org_disable_request_attributes.rb', line 27

def org_uuid
  @org_uuid
end