📂 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_update_notes_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 )�BulkUpdateNotesStatusz4 Response of a bulk update notes operation. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new BulkUpdateNotesStatus 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 BulkUpdateNotesStatus. :type attribute_statuses: list[oci.apm_traces.models.AttributeUpdateNotesResponse] :param bulk_update_notes_metadata: The value to assign to the bulk_update_notes_metadata property of this BulkUpdateNotesStatus. :type bulk_update_notes_metadata: oci.apm_traces.models.BulkUpdateNotesMetadata z"list[AttributeUpdateNotesResponse]ZBulkUpdateNotesMetadata)�attribute_statuses�bulk_update_notes_metadataZattributeStatusesZbulkUpdateNotesMetadataN)Z swagger_typesZ attribute_map�_attribute_statuses�_bulk_update_notes_metadata)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_update_notes_status.py�__init__ s ��zBulkUpdateNotesStatus.__init__c C s | j S )a **[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. :return: The attribute_statuses of this BulkUpdateNotesStatus. :rtype: list[oci.apm_traces.models.AttributeUpdateNotesResponse] �r �r r r r r - s z(BulkUpdateNotesStatus.attribute_statusesc C s || _ dS )a Sets 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. :param attribute_statuses: The attribute_statuses of this BulkUpdateNotesStatus. :type: list[oci.apm_traces.models.AttributeUpdateNotesResponse] Nr )r r r r r r <