📂 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: attribute_update_notes_response.cpython-39.opt-1.pyc
a ���f�9 � @ 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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�AttributeUpdateNotesResponsezV Response of an individual attribute item in the bulk update notes operation. �UPDATE_NOTES�TRACES� SYNTHETIC�ATTRIBUTE_NOTES_UPDATED�DUPLICATE_ATTRIBUTE�INVALID_ATTRIBUTE�ATTRIBUTE_NOT_PROCESSED�ATTRIBUTE_DOES_NOT_EXIST�NOTES_TOO_LONGc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )as Initializes a new AttributeUpdateNotesResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_name: The value to assign to the attribute_name property of this AttributeUpdateNotesResponse. :type attribute_name: str :param notes: The value to assign to the notes property of this AttributeUpdateNotesResponse. :type notes: str :param operation_type: The value to assign to the operation_type property of this AttributeUpdateNotesResponse. Allowed values for this property are: "UPDATE_NOTES", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str :param attribute_name_space: The value to assign to the attribute_name_space property of this AttributeUpdateNotesResponse. Allowed values for this property are: "TRACES", "SYNTHETIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type attribute_name_space: str :param attribute_status: The value to assign to the attribute_status property of this AttributeUpdateNotesResponse. Allowed values for this property are: "ATTRIBUTE_NOTES_UPDATED", "DUPLICATE_ATTRIBUTE", "INVALID_ATTRIBUTE", "ATTRIBUTE_NOT_PROCESSED", "ATTRIBUTE_DOES_NOT_EXIST", "NOTES_TOO_LONG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type attribute_status: str :param time_updated: The value to assign to the time_updated property of this AttributeUpdateNotesResponse. :type time_updated: datetime �strZdatetime)�attribute_name�notes�operation_type�attribute_name_space�attribute_status�time_updatedZ attributeNamer Z operationTypeZattributeNameSpaceZattributeStatusZtimeUpdatedN)Z swagger_typesZ attribute_map�_attribute_name�_notes�_operation_type�_attribute_name_space�_attribute_status� _time_updated)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/apm_traces/models/attribute_update_notes_response.py�__init__6 s( %� � z%AttributeUpdateNotesResponse.__init__c C s | j S )a **[Required]** Gets the attribute_name of this AttributeUpdateNotesResponse. Attribute for which notes were added to or edited in this bulk operation. :return: The attribute_name of this AttributeUpdateNotesResponse. :rtype: str �r �r r r r r s s z+AttributeUpdateNotesResponse.attribute_namec C s || _ dS )a Sets the attribute_name of this AttributeUpdateNotesResponse. Attribute for which notes were added to or edited in this bulk operation. :param attribute_name: The attribute_name of this AttributeUpdateNotesResponse. :type: str Nr"