Class: DatadogAPIClient::V2::CIAppEventAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ci_app_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 test events.



25
26
27
# File 'lib/datadog_api_client/v2/models/ci_app_event_attributes.rb', line 25

def attributes
  @attributes
end

#tagsObject

Array of tags associated with your event.



28
29
30
# File 'lib/datadog_api_client/v2/models/ci_app_event_attributes.rb', line 28

def tags
  @tags
end

#test_levelObject

Test run level.



31
32
33
# File 'lib/datadog_api_client/v2/models/ci_app_event_attributes.rb', line 31

def test_level
  @test_level
end