Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
apigateway
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: subscriber_summary.pyc
a N��f�4 � @ 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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�SubscriberSummaryz$ A summary of a subscriber. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new SubscriberSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SubscriberSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SubscriberSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SubscriberSummary. :type display_name: str :param clients: The value to assign to the clients property of this SubscriberSummary. :type clients: list[oci.apigateway.models.ClientSummary] :param usage_plans: The value to assign to the usage_plans property of this SubscriberSummary. :type usage_plans: list[str] :param time_created: The value to assign to the time_created property of this SubscriberSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SubscriberSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SubscriberSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this SubscriberSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this SubscriberSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SubscriberSummary. :type defined_tags: dict(str, dict(str, object)) �strzlist[ClientSummary]z list[str]�datetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�clients�usage_plans�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr � compartmentId�displayNamer � usagePlans�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�freeformTags�definedTagsN) � swagger_types� attribute_map�_id�_compartment_id� _display_name�_clients�_usage_plans� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/subscriber_summary.py�__init__ sF 3��zSubscriberSummary.__init__c C s | j S )a **[Required]** Gets the id of this SubscriberSummary. The `OCID`__ of the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this SubscriberSummary. :rtype: str �r �r* r, r, r- r j s zSubscriberSummary.idc C s || _ dS )z� Sets the id of this SubscriberSummary. The `OCID`__ of the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this SubscriberSummary. :type: str Nr/ )r* r r, r, r- r x s c C s | j S )aM **[Required]** Gets the compartment_id of this SubscriberSummary. 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 SubscriberSummary. :rtype: str �r r0 r, r, r- r � s z SubscriberSummary.compartment_idc C s || _ dS )aK Sets the compartment_id of this SubscriberSummary. 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 SubscriberSummary. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )a9 Gets the display_name of this SubscriberSummary. 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 SubscriberSummary. :rtype: str �r! r0 r, r, r- r � s zSubscriberSummary.display_namec C s || _ dS )aD Sets the display_name of this SubscriberSummary. 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 SubscriberSummary. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )z� **[Required]** Gets the clients of this SubscriberSummary. The clients belonging to this subscriber. :return: The clients of this SubscriberSummary. :rtype: list[oci.apigateway.models.ClientSummary] �r"