Class: DatadogAPIClient::V2::CIAppPipelineEventParentPipeline
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CIAppPipelineEventParentPipeline
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb
 
Overview
If the pipeline is triggered as child of another pipeline, this should contain the details of the parent pipeline.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
UUID of a pipeline.
 - 
  
    
      #url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL to look at the pipeline in the CI provider UI.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb', line 30 def additional_properties @additional_properties end  | 
  
#id ⇒ Object
UUID of a pipeline.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb', line 25 def id @id end  | 
  
#url ⇒ Object
The URL to look at the pipeline in the CI provider UI.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_parent_pipeline.rb', line 28 def url @url end  |