Class: DatadogAPIClient::V2::CIAppPipelineEventAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

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_levelObject

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

#tagsObject

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
  @tags
end