Class: DatadogAPIClient::V2::AppMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AppMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/app_meta.rb
Overview
Metadata of an app.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp of when the app was created.
-
#deleted_at ⇒ Object
Timestamp of when the app was deleted.
-
#org_id ⇒ Object
The Datadog organization ID that owns the app.
-
#updated_at ⇒ Object
Timestamp of when the app was last updated.
-
#updated_since_deployment ⇒ Object
Whether the app was updated since it was last published.
-
#user_id ⇒ Object
The ID of the user who created the app.
-
#user_name ⇒ Object
The name (or email address) of the user who created the app.
-
#user_uuid ⇒ Object
The UUID of the user who created the app.
-
#version ⇒ Object
The version number of the app.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp of when the app was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 25 def created_at @created_at end |
#deleted_at ⇒ Object
Timestamp of when the app was deleted.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 28 def deleted_at @deleted_at end |
#org_id ⇒ Object
The Datadog organization ID that owns the app.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 31 def org_id @org_id end |
#updated_at ⇒ Object
Timestamp of when the app was last updated.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 34 def updated_at @updated_at end |
#updated_since_deployment ⇒ Object
Whether the app was updated since it was last published. Published apps are pinned to a specific version and do not automatically update when the app is updated.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 37 def updated_since_deployment @updated_since_deployment end |
#user_id ⇒ Object
The ID of the user who created the app.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 40 def user_id @user_id end |
#user_name ⇒ Object
The name (or email address) of the user who created the app.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 43 def user_name @user_name end |
#user_uuid ⇒ Object
The UUID of the user who created the app.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 46 def user_uuid @user_uuid end |
#version ⇒ Object
The version number of the app. This starts at 1 and increments with each update.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 49 def version @version end |