Class: DatadogAPIClient::V2::DeploymentRuleResponseDataAttributesCreatedBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentRuleResponseDataAttributesCreatedBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb
Overview
Information about the user who created the deployment rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#handle ⇒ Object
The handle of the user who created the deployment rule.
-
#id ⇒ Object
readonly
The ID of the user who created the deployment rule.
-
#name ⇒ Object
The name of the user who created the deployment rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb', line 33 def additional_properties @additional_properties end |
#handle ⇒ Object
The handle of the user who created the deployment rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb', line 25 def handle @handle end |
#id ⇒ Object
The ID of the user who created the deployment rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb', line 28 def id @id end |
#name ⇒ Object
The name of the user who created the deployment rule.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb', line 31 def name @name end |