📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_pin_status.cpython-39.opt-1.pyc
a ���f� � @ 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 )� BulkPinStatusz5 Response of a bulk attribute pin operation. c K s( ddd�| _ ddd�| _d| _d| _dS )a] Initializes a new BulkPinStatus 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 BulkPinStatus. :type attribute_statuses: list[oci.apm_traces.models.AttributePinResponse] :param bulk_pin_metadata: The value to assign to the bulk_pin_metadata property of this BulkPinStatus. :type bulk_pin_metadata: oci.apm_traces.models.BulkPinMetadata zlist[AttributePinResponse]ZBulkPinMetadata)�attribute_statuses�bulk_pin_metadataZattributeStatusesZbulkPinMetadataN)Z swagger_typesZ attribute_map�_attribute_statuses�_bulk_pin_metadata)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_pin_status.py�__init__ s ��zBulkPinStatus.__init__c C s | j S )a� **[Required]** Gets the attribute_statuses of this BulkPinStatus. We preserve the order of the attribute items from the bulk pin request in this collection. The ith object in this collection represents the bulk pin operation status of the ith object in the BulkPinAttributeDetails object in the Bulk pin request. If the bulk pin operation results in a processing error or a validation error, the operationStatus property in the BulkPinMetadata object will contain the appropriate bulk error status for the bulk operation. :return: The attribute_statuses of this BulkPinStatus. :rtype: list[oci.apm_traces.models.AttributePinResponse] �r �r r r r r - s z BulkPinStatus.attribute_statusesc C s || _ dS )a� Sets the attribute_statuses of this BulkPinStatus. We preserve the order of the attribute items from the bulk pin request in this collection. The ith object in this collection represents the bulk pin operation status of the ith object in the BulkPinAttributeDetails object in the Bulk pin request. If the bulk pin operation results in a processing error or a validation error, the operationStatus property in the BulkPinMetadata object will contain the appropriate bulk error status for the bulk operation. :param attribute_statuses: The attribute_statuses of this BulkPinStatus. :type: list[oci.apm_traces.models.AttributePinResponse] Nr )r r r r r r <