Class: DatadogAPIClient::V2::DORADeploymentRequestAttributes

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

Overview

Attributes to create a DORA deployment event.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#envObject

Environment name to where the service was deployed.



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

def env
  @env
end

#finished_atObject

Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.



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

def finished_at
  @finished_at
end

#gitObject

Git info for DORA Metrics events.



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

def git
  @git
end

#idObject

Deployment ID.



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

def id
  @id
end

#serviceObject

Service name.



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

def service
  @service
end

#started_atObject

Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.



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

def started_at
  @started_at
end

#teamObject

Name of the team owning the deployed service. If not provided, this is automatically populated with the team associated with the service in the Service Catalog.



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

def team
  @team
end

#versionObject

Version to correlate with APM Deployment Tracking.



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

def version
  @version
end