Class: DatadogAPIClient::V2::EventResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/event_response_attributes.rb

Overview

The object description of an event response attribute.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Object description of attributes from your event.



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

def attributes
  @attributes
end

#messageObject

The message of the event.



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

def message
  @message
end

#tagsObject

An array of tags associated with the event.



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

def tags
  @tags
end

#timestampObject

The timestamp of the event.



34
35
36
# File 'lib/datadog_api_client/v2/models/event_response_attributes.rb', line 34

def timestamp
  @timestamp
end