Class: DatadogAPIClient::V2::Deployment

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

Overview

The version of the app that was published.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/deployment.rb', line 36

def additional_properties
  @additional_properties
end

#attributesObject

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



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

def attributes
  @attributes
end

#idObject

The deployment ID.



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

def id
  @id
end

#metaObject

Metadata object containing the publication creation information.



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

def meta
  @meta
end

#typeObject

The deployment type.



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

def type
  @type
end