Class: DatadogAPIClient::V2::DeploymentAttributes
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V2::DeploymentAttributes
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #app_version_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version ID of the app that was published. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_id ⇒ Object
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 |