📂 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
›
osub_organization_subscription
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osub_organization_subscription/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: subscription_summary.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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�SubscriptionSummaryz Subscription summary c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a_ Initializes a new SubscriptionSummary 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 SubscriptionSummary. :type id: str :param service_name: The value to assign to the service_name property of this SubscriptionSummary. :type service_name: str :param type: The value to assign to the type property of this SubscriptionSummary. :type type: str :param status: The value to assign to the status property of this SubscriptionSummary. :type status: str :param time_start: The value to assign to the time_start property of this SubscriptionSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this SubscriptionSummary. :type time_end: datetime :param currency: The value to assign to the currency property of this SubscriptionSummary. :type currency: oci.osub_organization_subscription.models.Currency :param total_value: The value to assign to the total_value property of this SubscriptionSummary. :type total_value: str �strZdatetimeZCurrency)�id�service_name�type�status� time_start�time_end�currency�total_valuer ZserviceNamer r Z timeStartZtimeEndr Z totalValueN) Z swagger_typesZ attribute_map�_id� _service_name�_type�_status�_time_start� _time_end� _currency�_total_value)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/osub_organization_subscription/models/subscription_summary.py�__init__ s4 '��zSubscriptionSummary.__init__c C s | j S )z� **[Required]** Gets the id of this SubscriptionSummary. SPM internal Subscription ID :return: The id of this SubscriptionSummary. :rtype: str �r �r r r r r W s zSubscriptionSummary.idc C s || _ dS )z� Sets the id of this SubscriptionSummary. SPM internal Subscription ID :param id: The id of this SubscriptionSummary. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the service_name of this SubscriptionSummary. Customer friendly service name provided by PRG :return: The service_name of this SubscriptionSummary. :rtype: str �r r r r r r o s z SubscriptionSummary.service_namec C s || _ dS )z� Sets the service_name of this SubscriptionSummary. Customer friendly service name provided by PRG :param service_name: The service_name of this SubscriptionSummary. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the type of this SubscriptionSummary. Subscription Type i.e. IAAS,SAAS,PAAS :return: The type of this SubscriptionSummary. :rtype: str �r r r r r r � s zSubscriptionSummary.typec C s || _ dS )z� Sets the type of this SubscriptionSummary. Subscription Type i.e. IAAS,SAAS,PAAS :param type: The type of this SubscriptionSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the status of this SubscriptionSummary. Status of the plan :return: The status of this SubscriptionSummary. :rtype: str �r r r r r r � s zSubscriptionSummary.statusc C s || _ dS )z� Sets the status of this SubscriptionSummary. Status of the plan :param status: The status of this SubscriptionSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the time_start of this SubscriptionSummary. Represents the date when the first service of the subscription was activated :return: The time_start of this SubscriptionSummary. :rtype: datetime �r r r r r r � s zSubscriptionSummary.time_startc C s || _ dS )z� Sets the time_start of this SubscriptionSummary. Represents the date when the first service of the subscription was activated :param time_start: The time_start of this SubscriptionSummary. :type: datetime Nr"