Class: DatadogAPIClient::V2::AppMeta

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/app_meta.rb

Overview

Metadata of an app.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_atObject

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_idObject

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_atObject

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_deploymentObject

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_idObject

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_nameObject

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_uuidObject

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

#versionObject

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