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

#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 in nanoseconds when the deployment finished. 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 from a service available in the Service Catalog.



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 in nanoseconds when the deployment started.



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

def started_at
  @started_at
end

#versionObject

Version to correlate with APM Deployment Tracking.



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

def version
  @version
end