BulkUnpinStatus¶
-
class
oci.apm_traces.models.
BulkUnpinStatus
(**kwargs)¶ Bases:
object
Response of a bulk attribute unpin operation.
Methods
__init__
(**kwargs)Initializes a new BulkUnpinStatus object with values from keyword arguments. Attributes
attribute_statuses
[Required] Gets the attribute_statuses of this BulkUnpinStatus. bulk_unpin_metadata
[Required] Gets the bulk_unpin_metadata of this BulkUnpinStatus. -
__init__
(**kwargs)¶ Initializes a new BulkUnpinStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - attribute_statuses (list[oci.apm_traces.models.AttributeUnpinResponse]) – The value to assign to the attribute_statuses property of this BulkUnpinStatus.
- bulk_unpin_metadata (oci.apm_traces.models.BulkUnpinMetadata) – The value to assign to the bulk_unpin_metadata property of this BulkUnpinStatus.
-
attribute_statuses
¶ [Required] Gets the attribute_statuses of this BulkUnpinStatus. We preserve the order of the attribute items from the bulk unpin request in this collection. The ith object in this collection represents the bulk unpin operation status of the ith object in the BulkUnpinAttributeDetails object in the Bulk unpin request. If the bulk unpin operation results in a processing error or a validation error, the operationStatus property in the BulkUnpinMetadata object will contain the appropriate bulk error status for the bulk operation.
Returns: The attribute_statuses of this BulkUnpinStatus. Return type: list[oci.apm_traces.models.AttributeUnpinResponse]
-
bulk_unpin_metadata
¶ [Required] Gets the bulk_unpin_metadata of this BulkUnpinStatus.
Returns: The bulk_unpin_metadata of this BulkUnpinStatus. Return type: oci.apm_traces.models.BulkUnpinMetadata
-