Class: DatadogAPIClient::V2::DeploymentMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_metadata.rb
Overview
Metadata object containing the publication creation information.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp of when the app was published.
-
#user_id ⇒ Object
The ID of the user who published the app.
-
#user_name ⇒ Object
The name (or email address) of the user who published the app.
-
#user_uuid ⇒ Object
The UUID of the user who published the app.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/deployment_metadata.rb', line 36 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp of when the app was published.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_metadata.rb', line 25 def created_at @created_at end |
#user_id ⇒ Object
The ID of the user who published the app.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_metadata.rb', line 28 def user_id @user_id end |
#user_name ⇒ Object
The name (or email address) of the user who published the app.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/deployment_metadata.rb', line 31 def user_name @user_name end |
#user_uuid ⇒ Object
The UUID of the user who published the app.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/deployment_metadata.rb', line 34 def user_uuid @user_uuid end |