Class: DatadogAPIClient::V2::AppMeta

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

Overview

The definition of AppMeta object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_atObject

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_idObject

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_userObject

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_atObject

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_deploymentObject

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_idObject

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_nameObject

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_uuidObject

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

#versionObject

The AppMeta version.



52
53
54
# File 'lib/datadog_api_client/v2/models/app_meta.rb', line 52

def version
  @version
end