Class: DatadogAPIClient::V2::CIAppPipelineEventAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CIAppPipelineEventAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/ci_app_pipeline_event_attributes.rb
 
Overview
JSON object containing all event attributes and their associated values.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #attributes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
JSON object of attributes from CI Visibility pipeline events.
 - 
  
    
      #ci_level  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pipeline execution level.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Array of tags associated with your event.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_attributes.rb', line 33 def additional_properties @additional_properties end  | 
  
#attributes ⇒ Object
JSON object of attributes from CI Visibility pipeline events.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_attributes.rb', line 25 def attributes @attributes end  | 
  
#ci_level ⇒ Object
Pipeline execution level.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_attributes.rb', line 28 def ci_level @ci_level end  | 
  
#tags ⇒ Object
Array of tags associated with your event.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_attributes.rb', line 31 def @tags end  |