ruạṛ
a N��fe! � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�Userz( Details about the user object. c K sx ddddddddddd� | _ ddddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d S )a� Initializes a new User object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this User. :type key: str :param first_name: The value to assign to the first_name property of this User. :type first_name: str :param last_name: The value to assign to the last_name property of this User. :type last_name: str :param country: The value to assign to the country property of this User. :type country: str :param csi: The value to assign to the csi property of this User. :type csi: str :param phone: The value to assign to the phone property of this User. :type phone: str :param timezone: The value to assign to the timezone property of this User. :type timezone: str :param organization_name: The value to assign to the organization_name property of this User. :type organization_name: str :param compartment_id: The value to assign to the compartment_id property of this User. :type compartment_id: str :param contact_email: The value to assign to the contact_email property of this User. :type contact_email: str �str) �key� first_name� last_name�country�csi�phone�timezone�organization_name�compartment_id� contact_emailr � firstName�lastNamer r r r �organizationName� compartmentId�contactEmailN)� swagger_types� attribute_map�_key�_first_name� _last_name�_country�_csi�_phone� _timezone�_organization_name�_compartment_id�_contact_email)�self�kwargs� r% �x/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/user.py�__init__ s@ /�� z User.__init__c C s | j S )z� **[Required]** Gets the key of this User. Unique identifier for the user. :return: The key of this User. :rtype: str �r �r# r% r% r&