ruạṛ
a ���f&8 � @ 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 )&�AttributePinResponsezM Response of an individual attribute item in the bulk pin operation. �PIN�TRACES� SYNTHETIC�ATTRIBUTE_ALREADY_PINNED�ATTRIBUTE_PINNED�PIN_NOT_ALLOWED�DUPLICATE_ATTRIBUTE�INVALID_ATTRIBUTE�ATTRIBUTE_NOT_PROCESSEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a, Initializes a new AttributePinResponse 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 AttributePinResponse. :type attribute_name: str :param notes: The value to assign to the notes property of this AttributePinResponse. :type notes: str :param operation_type: The value to assign to the operation_type property of this AttributePinResponse. Allowed values for this property are: "PIN", '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 AttributePinResponse. 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 AttributePinResponse. Allowed values for this property are: "ATTRIBUTE_ALREADY_PINNED", "ATTRIBUTE_PINNED", "PIN_NOT_ALLOWED", "DUPLICATE_ATTRIBUTE", "INVALID_ATTRIBUTE", "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 AttributePinResponse. :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 �P/usr/lib/python3.9/site-packages/oci/apm_traces/models/attribute_pin_response.py�__init__6 s( %� � zAttributePinResponse.__init__c C s | j S )z� **[Required]** Gets the attribute_name of this AttributePinResponse. Attribute that was pinned by this bulk operation. :return: The attribute_name of this AttributePinResponse. :rtype: str �r �r r r r r s s z#AttributePinResponse.attribute_namec C s || _ dS )z� Sets the attribute_name of this AttributePinResponse. Attribute that was pinned by this bulk operation. :param attribute_name: The attribute_name of this AttributePinResponse. :type: str Nr"