📂 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_unpin_response.cpython-39.pyc
a ���f4 � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�AttributeUnpinResponsezO Response of an individual attribute item in the bulk unpin operation. �UNPIN�TRACES� SYNTHETIC�ATTRIBUTE_UNPINNED�DUPLICATE_ATTRIBUTE�INVALID_ATTRIBUTE�ATTRIBUTE_NOT_FOUND�ATTRIBUTE_NOT_PROCESSEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new AttributeUnpinResponse 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 AttributeUnpinResponse. :type attribute_name: str :param operation_type: The value to assign to the operation_type property of this AttributeUnpinResponse. Allowed values for this property are: "UNPIN", '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 AttributeUnpinResponse. 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 AttributeUnpinResponse. Allowed values for this property are: "ATTRIBUTE_UNPINNED", "DUPLICATE_ATTRIBUTE", "INVALID_ATTRIBUTE", "ATTRIBUTE_NOT_FOUND", "ATTRIBUTE_NOT_PROCESSED", '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 AttributeUnpinResponse. :type time_updated: datetime �strZdatetime)�attribute_name�operation_type�attribute_name_space�attribute_status�time_updatedZ attributeNameZ operationTypeZattributeNameSpaceZattributeStatusZtimeUpdatedN)Z swagger_typesZ attribute_map�_attribute_name�_operation_type�_attribute_name_space�_attribute_status� _time_updated)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/apm_traces/models/attribute_unpin_response.py�__init__2 s"