Class: DatadogAPIClient::V2::DeploymentAttributes

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

Overview

The attributes object containing the version ID of the published app.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



27
28
29
# File 'lib/datadog_api_client/v2/models/deployment_attributes.rb', line 27

def additional_properties
  @additional_properties
end

#app_version_idObject

The version ID of the app that was published. For an unpublished app, this is always the nil UUID (00000000-0000-0000-0000-000000000000).



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

def app_version_id
  @app_version_id
end