Class: DatadogAPIClient::V2::IncidentIntegrationMetadataCreateData

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

Overview

Incident integration metadata data for a create request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Incident integration metadata's attributes for a create request.



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

def attributes
  @attributes
end

#typeObject

Integration metadata resource type.



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

def type
  @type
end