📂 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
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: entitlement.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�Entitlementzn A usage plan entitlement, comprising of rate limits, quotas and the deployments they are applied to. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new Entitlement 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 Entitlement. :type name: str :param description: The value to assign to the description property of this Entitlement. :type description: str :param rate_limit: The value to assign to the rate_limit property of this Entitlement. :type rate_limit: oci.apigateway.models.RateLimit :param quota: The value to assign to the quota property of this Entitlement. :type quota: oci.apigateway.models.Quota :param targets: The value to assign to the targets property of this Entitlement. :type targets: list[oci.apigateway.models.EntitlementTarget] �strZ RateLimitZQuotazlist[EntitlementTarget])�name�description� rate_limit�quota�targetsr r Z rateLimitr r N)Z swagger_typesZ attribute_map�_name�_description�_rate_limit�_quota�_targets)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/apigateway/models/entitlement.py�__init__ s"