Class: DatadogAPIClient::V2::AppVersionAttributes

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

Overview

Attributes describing an app version.

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_version_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#app_idObject

The ID of the app this version belongs to.



25
26
27
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 25

def app_id
  @app_id
end

#created_atObject

Timestamp of when the version was created.



28
29
30
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 28

def created_at
  @created_at
end

#has_ever_been_publishedObject

Whether this version has ever been published.



31
32
33
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 31

def has_ever_been_published
  @has_ever_been_published
end

#nameObject

The optional human-readable name of the version.



34
35
36
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 34

def name
  @name
end

#updated_atObject

Timestamp of when the version was last updated.



37
38
39
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 37

def updated_at
  @updated_at
end

#user_idObject

The ID of the user who created the version.



40
41
42
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 40

def user_id
  @user_id
end

#user_nameObject

The name (or email) of the user who created the version.



43
44
45
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 43

def user_name
  @user_name
end

#user_uuidObject

The UUID of the user who created the version.



46
47
48
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 46

def user_uuid
  @user_uuid
end

#versionObject

The version number of the app, starting at 1.



49
50
51
# File 'lib/datadog_api_client/v2/models/app_version_attributes.rb', line 49

def version
  @version
end