Class: DatadogAPIClient::V2::DORADeploymentRequestAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::DORADeploymentRequestAttributes
 
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #env  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Environment name to where the service was deployed.
 - 
  
    
      #finished_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Unix timestamp when the deployment finished.
 - 
  
    
      #git  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Git info for DORA Metrics events.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Deployment ID.
 - 
  
    
      #service  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Service name.
 - 
  
    
      #started_at  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Unix timestamp when the deployment started.
 - 
  
    
      #version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version to correlate with [APM Deployment Tracking](docs.datadoghq.com/tracing/services/deployment_tracking/).
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      45 46 47  | 
    
      # File 'lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb', line 45 def additional_properties @additional_properties end  | 
  
#env ⇒ Object
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_at ⇒ Object
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  | 
  
#git ⇒ Object
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  | 
  
#id ⇒ Object
Deployment ID.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb', line 34 def id @id end  | 
  
#service ⇒ Object
Service name.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb', line 37 def service @service end  | 
  
#started_at ⇒ Object
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  | 
  
#version ⇒ Object
Version to correlate with [APM Deployment Tracking](docs.datadoghq.com/tracing/services/deployment_tracking/).
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb', line 43 def version @version end  |