Class: DatadogAPIClient::V2::RulesetRespDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RulesetRespDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb
Overview
The definition of RulesetRespDataAttributes
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created ⇒ Object
readonly
The definition of
RulesetRespDataAttributesCreated
object. -
#enabled ⇒ Object
readonly
The
attributes
enabled
. -
#last_modified_user_uuid ⇒ Object
readonly
The
attributes
last_modified_user_uuid
. -
#modified ⇒ Object
readonly
The definition of
RulesetRespDataAttributesModified
object. -
#name ⇒ Object
readonly
The
attributes
name
. -
#position ⇒ Object
readonly
The
attributes
position
. -
#rules ⇒ Object
readonly
The
attributes
rules
. -
#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.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#created ⇒ Object
The definition of RulesetRespDataAttributesCreated
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 25 def created @created end |
#enabled ⇒ Object
The attributes
enabled
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 28 def enabled @enabled end |
#last_modified_user_uuid ⇒ Object
The attributes
last_modified_user_uuid
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 31 def last_modified_user_uuid @last_modified_user_uuid end |
#modified ⇒ Object
The definition of RulesetRespDataAttributesModified
object.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 34 def modified @modified end |
#name ⇒ Object
The attributes
name
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 37 def name @name end |
#position ⇒ Object
The attributes
position
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 40 def position @position end |
#rules ⇒ Object
The attributes
rules
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 43 def rules @rules end |
#version ⇒ Object
The attributes
version
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb', line 46 def version @version end |