📂 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
›
cims
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cims/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: user.cpython-39.pyc
a ���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 @ sb e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�Userz! Details about the user. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNT�TAXONOMYc K s� dddddddddddd�| _ ddddddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )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 :param problem_type: The value to assign to the problem_type property of this User. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY" :type problem_type: str �str)�key� first_name� last_name�country�csi�phone�timezone�organization_name�compartment_id� contact_email�problem_typer Z firstNameZlastNamer r r r ZorganizationNameZ compartmentIdZcontactEmailZproblemTypeN) Z swagger_typesZ attribute_map�_key�_first_name� _last_name�_country�_csi�_phone� _timezone�_organization_name�_compartment_id�_contact_email� _problem_type)�self�kwargs� r% �8/usr/lib/python3.9/site-packages/oci/cims/models/user.py�__init__&