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
attributescosts_to_allocate. -
#created ⇒ Object
readonly
The
attributescreated. -
#enabled ⇒ Object
readonly
The
attributesenabled. -
#last_modified_user_uuid ⇒ Object
readonly
The
attributeslast_modified_user_uuid. -
#order_id ⇒ Object
readonly
The
attributesorder_id. -
#processing_status ⇒ Object
The
attributesprocessing_status. -
#provider ⇒ Object
readonly
The
attributesprovider. -
#rejected ⇒ Object
The
attributesrejected. -
#rule_name ⇒ Object
readonly
The
attributesrule_name. -
#strategy ⇒ Object
readonly
The definition of
ArbitraryRuleResponseDataAttributesStrategyobject. -
#type ⇒ Object
readonly
The
attributestype. -
#updated ⇒ Object
readonly
The
attributesupdated. -
#version ⇒ Object
readonly
The
attributesversion.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 63 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 |
#processing_status ⇒ Object
The attributes processing_status.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 40 def processing_status @processing_status end |
#provider ⇒ Object
The attributes provider.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 43 def provider @provider end |
#rejected ⇒ Object
The attributes rejected.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 46 def rejected @rejected end |
#rule_name ⇒ Object
The attributes rule_name.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 49 def rule_name @rule_name end |
#strategy ⇒ Object
The definition of ArbitraryRuleResponseDataAttributesStrategy object.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 52 def strategy @strategy end |
#type ⇒ Object
The attributes type.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 55 def type @type end |
#updated ⇒ Object
The attributes updated.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 58 def updated @updated end |
#version ⇒ Object
The attributes version.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 61 def version @version end |