BulkUpdateNotesStatus

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

Bases: object

Response of a bulk update notes operation.

Methods

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

Attributes

attribute_statuses [Required] Gets the attribute_statuses of this BulkUpdateNotesStatus.
bulk_update_notes_metadata [Required] Gets the bulk_update_notes_metadata of this BulkUpdateNotesStatus.
__init__(**kwargs)

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

Parameters:
attribute_statuses

[Required] Gets the attribute_statuses of this BulkUpdateNotesStatus. We preserve the order of the attribute items from the bulk update notes request in this collection. The ith object in this collection represents the bulk update notes operation status of the ith object in the BulkUpdateAttributeNotesDetails object in the Bulk update notes request. If the bulk update notes operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateNotesMetadata object will contain the appropriate bulk error status for the bulk operation.

Returns:The attribute_statuses of this BulkUpdateNotesStatus.
Return type:list[oci.apm_traces.models.AttributeUpdateNotesResponse]
bulk_update_notes_metadata

[Required] Gets the bulk_update_notes_metadata of this BulkUpdateNotesStatus.

Returns:The bulk_update_notes_metadata of this BulkUpdateNotesStatus.
Return type:oci.apm_traces.models.BulkUpdateNotesMetadata