📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
apigateway
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apigateway/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_subscriber_details.pyc
a N��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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateSubscriberDetailsz- Information about a new subscriber. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateSubscriberDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateSubscriberDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateSubscriberDetails. :type compartment_id: str :param clients: The value to assign to the clients property of this CreateSubscriberDetails. :type clients: list[oci.apigateway.models.Client] :param usage_plans: The value to assign to the usage_plans property of this CreateSubscriberDetails. :type usage_plans: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreateSubscriberDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSubscriberDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[Client]z list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�clients�usage_plans� freeform_tags�defined_tags�displayName� compartmentIdr � usagePlans�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_compartment_id�_clients�_usage_plans�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/create_subscriber_details.py�__init__ s( � � z CreateSubscriberDetails.__init__c C s | j S )aE Gets the display_name of this CreateSubscriberDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :return: The display_name of this CreateSubscriberDetails. :rtype: str �r �r r r r r G s z$CreateSubscriberDetails.display_namec C s || _ dS )aP Sets the display_name of this CreateSubscriberDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :param display_name: The display_name of this CreateSubscriberDetails. :type: str Nr )r r r r r r V s c C s | j S )aY **[Required]** Gets the compartment_id of this CreateSubscriberDetails. The `OCID`__ of the compartment in which the resource is created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateSubscriberDetails. :rtype: str �r r! r r r r e s z&CreateSubscriberDetails.compartment_idc C s || _ dS )aW Sets the compartment_id of this CreateSubscriberDetails. The `OCID`__ of the compartment in which the resource is created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateSubscriberDetails. :type: str Nr"