Class: DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb
Overview
The definition of ArbitraryRuleResponseDataAttributes
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#costs_to_allocate ⇒ Object
readonly
The
attributes
costs_to_allocate
. -
#created ⇒ Object
readonly
The
attributes
created
. -
#enabled ⇒ Object
readonly
The
attributes
enabled
. -
#last_modified_user_uuid ⇒ Object
readonly
The
attributes
last_modified_user_uuid
. -
#order_id ⇒ Object
readonly
The
attributes
order_id
. -
#provider ⇒ Object
readonly
The
attributes
provider
. -
#rejected ⇒ Object
The
attributes
rejected
. -
#rule_name ⇒ Object
readonly
The
attributes
rule_name
. -
#strategy ⇒ Object
readonly
The definition of
ArbitraryRuleResponseDataAttributesStrategy
object. -
#type ⇒ Object
readonly
The
attributes
type
. -
#updated ⇒ Object
readonly
The
attributes
updated
. -
#version ⇒ Object
readonly
The
attributes
version
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 60 def additional_properties @additional_properties end |
#costs_to_allocate ⇒ Object
The attributes
costs_to_allocate
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 25 def costs_to_allocate @costs_to_allocate end |
#created ⇒ Object
The attributes
created
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 28 def created @created end |
#enabled ⇒ Object
The attributes
enabled
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 31 def enabled @enabled end |
#last_modified_user_uuid ⇒ Object
The attributes
last_modified_user_uuid
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 34 def last_modified_user_uuid @last_modified_user_uuid end |
#order_id ⇒ Object
The attributes
order_id
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 37 def order_id @order_id end |
#provider ⇒ Object
The attributes
provider
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 40 def provider @provider end |
#rejected ⇒ Object
The attributes
rejected
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 43 def rejected @rejected end |
#rule_name ⇒ Object
The attributes
rule_name
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 46 def rule_name @rule_name end |
#strategy ⇒ Object
The definition of ArbitraryRuleResponseDataAttributesStrategy
object.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 49 def strategy @strategy end |
#type ⇒ Object
The attributes
type
.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 52 def type @type end |
#updated ⇒ Object
The attributes
updated
.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 55 def updated @updated end |
#version ⇒ Object
The attributes
version
.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 58 def version @version end |