Class: DatadogAPIClient::V2::CustomerOrgDisableResponseAttributes

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

Overview

Attributes describing the outcome of the disable action on the customer organization.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#statusObject

Resulting lifecycle status of the organization after the disable action.



25
26
27
# File 'lib/datadog_api_client/v2/models/customer_org_disable_response_attributes.rb', line 25

def status
  @status
end