Class: DatadogAPIClient::V2::EventCreateResponsePayloadLinks
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EventCreateResponsePayloadLinks
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/event_create_response_payload_links.rb
Overview
Links to the event.
Instance Attribute Summary collapse
-
#_self ⇒ Object
The URL of the event.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_self ⇒ Object
The URL of the event. This link is only functional when using the default subdomain.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/event_create_response_payload_links.rb', line 25 def _self @_self end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/event_create_response_payload_links.rb', line 27 def additional_properties @additional_properties end |