📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_update_attribute_status.cpython-39.opt-1.pyc
a ���fD � @ 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 )�BulkUpdateAttributeStatusz8 Response of a bulk update attribute operation. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new BulkUpdateAttributeStatus 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 BulkUpdateAttributeStatus. :type attribute_statuses: list[oci.apm_traces.models.AttributeUpdateResponse] :param bulk_update_attribute_metadata: The value to assign to the bulk_update_attribute_metadata property of this BulkUpdateAttributeStatus. :type bulk_update_attribute_metadata: oci.apm_traces.models.BulkUpdateAttributeMetadata zlist[AttributeUpdateResponse]ZBulkUpdateAttributeMetadata)�attribute_statuses�bulk_update_attribute_metadataZattributeStatusesZbulkUpdateAttributeMetadataN)Z swagger_typesZ attribute_map�_attribute_statuses�_bulk_update_attribute_metadata)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_update_attribute_status.py�__init__ s ��z"BulkUpdateAttributeStatus.__init__c C s | j S )a **[Required]** Gets the attribute_statuses of this BulkUpdateAttributeStatus. We preserve the order of the attribute items from the bulk update attribute request in this collection. The ith object in this collection represents the bulk update attribute operation status of the ith object in the BulkUpdateAttributeDetails object in the Bulk update attribute request. If the bulk update attribute operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateAttributeMetadata object will contain the appropriate bulk error status for the bulk operation. :return: The attribute_statuses of this BulkUpdateAttributeStatus. :rtype: list[oci.apm_traces.models.AttributeUpdateResponse] �r �r r r r r - s z,BulkUpdateAttributeStatus.attribute_statusesc C s || _ dS )a Sets the attribute_statuses of this BulkUpdateAttributeStatus. We preserve the order of the attribute items from the bulk update attribute request in this collection. The ith object in this collection represents the bulk update attribute operation status of the ith object in the BulkUpdateAttributeDetails object in the Bulk update attribute request. If the bulk update attribute operation results in a processing error or a validation error, the operationStatus property in the BulkUpdateAttributeMetadata object will contain the appropriate bulk error status for the bulk operation. :param attribute_statuses: The attribute_statuses of this BulkUpdateAttributeStatus. :type: list[oci.apm_traces.models.AttributeUpdateResponse] Nr )r r r r r r <