ruạṛ
a O��f� � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AccessContextAttributezt Defined by partner while creating a lockbox. These attributes provides context for creating access request c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AccessContextAttribute object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this AccessContextAttribute. :type name: str :param description: The value to assign to the description property of this AccessContextAttribute. :type description: str :param default_value: The value to assign to the default_value property of this AccessContextAttribute. :type default_value: str �str)�name�description� default_valuer r �defaultValueN)� swagger_types� attribute_map�_name�_description�_default_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/lockbox/models/access_context_attribute.py�__init__ s ��zAccessContextAttribute.__init__c C s | j S )z� **[Required]** Gets the name of this AccessContextAttribute. The name of the context attribute :return: The name of this AccessContextAttribute. :rtype: str �r �r r r r r 2 s zAccessContextAttribute.namec C s || _ dS )z� Sets the name of this AccessContextAttribute. The name of the context attribute :param name: The name of this AccessContextAttribute. :type: str Nr )r r r r r r >