📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
apm_traces
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_traces/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_unpin_status.cpython-39.pyc
a ���fa � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�BulkUnpinStatusz7 Response of a bulk attribute unpin operation. c K s( ddd�| _ ddd�| _d| _d| _dS )am Initializes a new BulkUnpinStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_statuses: The value to assign to the attribute_statuses property of this BulkUnpinStatus. :type attribute_statuses: list[oci.apm_traces.models.AttributeUnpinResponse] :param bulk_unpin_metadata: The value to assign to the bulk_unpin_metadata property of this BulkUnpinStatus. :type bulk_unpin_metadata: oci.apm_traces.models.BulkUnpinMetadata zlist[AttributeUnpinResponse]ZBulkUnpinMetadata)�attribute_statuses�bulk_unpin_metadataZattributeStatusesZbulkUnpinMetadataN)Z swagger_typesZ attribute_map�_attribute_statuses�_bulk_unpin_metadata)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_unpin_status.py�__init__ s ��zBulkUnpinStatus.__init__c C s | j S )a� **[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. :return: The attribute_statuses of this BulkUnpinStatus. :rtype: list[oci.apm_traces.models.AttributeUnpinResponse] �r �r r r r r - s z"BulkUnpinStatus.attribute_statusesc C s || _ dS )a� Sets 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. :param attribute_statuses: The attribute_statuses of this BulkUnpinStatus. :type: list[oci.apm_traces.models.AttributeUnpinResponse] Nr )r r r r r r <