📂 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
›
capacity_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/capacity_management/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: occ_customer.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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�OccCustomerz) The details about the customer. �ENABLED�DISABLEDc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) aX Initializes a new OccCustomer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param occ_customer_group_id: The value to assign to the occ_customer_group_id property of this OccCustomer. :type occ_customer_group_id: str :param tenancy_id: The value to assign to the tenancy_id property of this OccCustomer. :type tenancy_id: str :param display_name: The value to assign to the display_name property of this OccCustomer. :type display_name: str :param description: The value to assign to the description property of this OccCustomer. :type description: str :param status: The value to assign to the status property of this OccCustomer. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str �str)�occ_customer_group_id� tenancy_id�display_name�description�statusZoccCustomerGroupIdZ tenancyIdZdisplayNamer r N)Z swagger_typesZ attribute_map�_occ_customer_group_id�_tenancy_id� _display_name�_description�_status)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/capacity_management/models/occ_customer.py�__init__ s"