Class: DatadogAPIClient::V2::BulkMuteFindingsRequestData

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

Overview

Data object containing the new bulk mute properties of the finding.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

The mute properties to be updated.



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

def attributes
  @attributes
end

#idObject

UUID to identify the request



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

def id
  @id
end

#metaObject

Meta object containing the findings to be updated.



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

def meta
  @meta
end

#typeObject

The JSON:API type for findings.



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

def type
  @type
end