Class: DatadogAPIClient::V2::AppMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AppMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/app_meta.rb
Overview
The definition of AppMeta
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
The
AppMeta
created_at
. -
#deleted_at ⇒ Object
The
AppMeta
deleted_at
. -
#org_id ⇒ Object
The
AppMeta
org_id
. -
#run_as_user ⇒ Object
The
AppMeta
run_as_user
. -
#updated_at ⇒ Object
The
AppMeta
updated_at
. -
#updated_since_deployment ⇒ Object
The
AppMeta
updated_since_deployment
. -
#user_id ⇒ Object
The
AppMeta
user_id
. -
#user_name ⇒ Object
The
AppMeta
user_name
. -
#user_uuid ⇒ Object
The
AppMeta
user_uuid
. -
#version ⇒ Object
The
AppMeta
version
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 54 def additional_properties @additional_properties end |
#created_at ⇒ Object
The AppMeta
created_at
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 25 def created_at @created_at end |
#deleted_at ⇒ Object
The AppMeta
deleted_at
.
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 AppMeta
org_id
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 31 def org_id @org_id end |
#run_as_user ⇒ Object
The AppMeta
run_as_user
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 34 def run_as_user @run_as_user end |
#updated_at ⇒ Object
The AppMeta
updated_at
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 37 def updated_at @updated_at end |
#updated_since_deployment ⇒ Object
The AppMeta
updated_since_deployment
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 40 def updated_since_deployment @updated_since_deployment end |
#user_id ⇒ Object
The AppMeta
user_id
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 43 def user_id @user_id end |
#user_name ⇒ Object
The AppMeta
user_name
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 46 def user_name @user_name end |
#user_uuid ⇒ Object
The AppMeta
user_uuid
.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 49 def user_uuid @user_uuid end |
#version ⇒ Object
The AppMeta
version
.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 52 def version @version end |