📂 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_attribute_notes_detail.cpython-39.pyc
a ���fp � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�BulkUpdateAttributeNotesDetailzz Object that contains the details about a single attribute in the bulk request for which notes are to be updated. �TRACES� SYNTHETICc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new BulkUpdateAttributeNotesDetail 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 BulkUpdateAttributeNotesDetail. :type attribute_name: str :param notes: The value to assign to the notes property of this BulkUpdateAttributeNotesDetail. :type notes: str :param attribute_name_space: The value to assign to the attribute_name_space property of this BulkUpdateAttributeNotesDetail. Allowed values for this property are: "TRACES", "SYNTHETIC" :type attribute_name_space: str �str)�attribute_name�notes�attribute_name_spaceZ attributeNamer ZattributeNameSpaceN)Z swagger_typesZ attribute_map�_attribute_name�_notes�_attribute_name_space)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/apm_traces/models/bulk_update_attribute_notes_detail.py�__init__ s ��z'BulkUpdateAttributeNotesDetail.__init__c C s | j S )a **[Required]** Gets the attribute_name of this BulkUpdateAttributeNotesDetail. Name of the attribute for which notes are to be updated. :return: The attribute_name of this BulkUpdateAttributeNotesDetail. :rtype: str �r �r r r r r = s z-BulkUpdateAttributeNotesDetail.attribute_namec C s || _ dS )a Sets the attribute_name of this BulkUpdateAttributeNotesDetail. Name of the attribute for which notes are to be updated. :param attribute_name: The attribute_name of this BulkUpdateAttributeNotesDetail. :type: str Nr )r r r r r r I s c C s | j S )z� **[Required]** Gets the notes of this BulkUpdateAttributeNotesDetail. Notes to be updated. The size of notes cannot exceed 1000 chars. :return: The notes of this BulkUpdateAttributeNotesDetail. :rtype: str �r r r r r r U s z$BulkUpdateAttributeNotesDetail.notesc C s || _ dS )z� Sets the notes of this BulkUpdateAttributeNotesDetail. Notes to be updated. The size of notes cannot exceed 1000 chars. :param notes: The notes of this BulkUpdateAttributeNotesDetail. :type: str Nr )r r r r r r a s c C s | j S )a� Gets the attribute_name_space of this BulkUpdateAttributeNotesDetail. Namespace of the attribute for which the notes are to be updated. The attributeNameSpace will default to TRACES if it is not passed in. Allowed values for this property are: "TRACES", "SYNTHETIC" :return: The attribute_name_space of this BulkUpdateAttributeNotesDetail. :rtype: str )r r r r r r m s z3BulkUpdateAttributeNotesDetail.attribute_name_spacec C s* ddg}t ||�s td|� ���|| _dS )ak Sets the attribute_name_space of this BulkUpdateAttributeNotesDetail. Namespace of the attribute for which the notes are to be updated. The attributeNameSpace will default to TRACES if it is not passed in. :param attribute_name_space: The attribute_name_space of this BulkUpdateAttributeNotesDetail. :type: str r r zAInvalid value for `attribute_name_space`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r | s �c C s t | �S �N)r r r r r �__repr__� s z'BulkUpdateAttributeNotesDetail.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%BulkUpdateAttributeNotesDetail.__eq__c C s | |k S r r r r r r �__ne__� s z%BulkUpdateAttributeNotesDetail.__ne__N)�__name__� __module__�__qualname__�__doc__ZATTRIBUTE_NAME_SPACE_TRACESZATTRIBUTE_NAME_SPACE_SYNTHETICr �propertyr �setterr r r r r r r r r r s&