๐ 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.4 GB
โ ๏ธ Direktori ini
tidak writable
.
โ๏ธ Mengedit: bulk_update_attribute_status.cpython-39.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 <