BulkUpdateAttributeNotesDetails

class oci.apm_traces.models.BulkUpdateAttributeNotesDetails(**kwargs)

Bases: object

Bulk request object containing the details of the attributes for which notes are to be updated.

Methods

__init__(**kwargs) Initializes a new BulkUpdateAttributeNotesDetails object with values from keyword arguments.

Attributes

attribute_details Gets the attribute_details of this BulkUpdateAttributeNotesDetails.
__init__(**kwargs)

Initializes a new BulkUpdateAttributeNotesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:attribute_details (list[oci.apm_traces.models.BulkUpdateAttributeNotesDetail]) – The value to assign to the attribute_details property of this BulkUpdateAttributeNotesDetails.
attribute_details

Gets the attribute_details of this BulkUpdateAttributeNotesDetails. Collection of objects containing the details about individual attribute for which notes are to be updated.

Returns:The attribute_details of this BulkUpdateAttributeNotesDetails.
Return type:list[oci.apm_traces.models.BulkUpdateAttributeNotesDetail]