📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
onesubscription
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/onesubscription/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rate_card_summary.cpython-39.opt-1.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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�RateCardSummaryz Rate Card Summary c K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aK Initializes a new RateCardSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subscribed_service_id: The value to assign to the subscribed_service_id property of this RateCardSummary. :type subscribed_service_id: str :param product: The value to assign to the product property of this RateCardSummary. :type product: oci.onesubscription.models.RateCardProduct :param time_start: The value to assign to the time_start property of this RateCardSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this RateCardSummary. :type time_end: datetime :param net_unit_price: The value to assign to the net_unit_price property of this RateCardSummary. :type net_unit_price: str :param discretionary_discount_percentage: The value to assign to the discretionary_discount_percentage property of this RateCardSummary. :type discretionary_discount_percentage: str :param overage_price: The value to assign to the overage_price property of this RateCardSummary. :type overage_price: str :param is_tier: The value to assign to the is_tier property of this RateCardSummary. :type is_tier: bool :param currency: The value to assign to the currency property of this RateCardSummary. :type currency: oci.onesubscription.models.SubscriptionCurrency :param rate_card_tiers: The value to assign to the rate_card_tiers property of this RateCardSummary. :type rate_card_tiers: list[oci.onesubscription.models.RateCardTier] �strZRateCardProductZdatetime�boolZSubscriptionCurrencyzlist[RateCardTier]) �subscribed_service_id�product� time_start�time_end�net_unit_price�!discretionary_discount_percentage� overage_price�is_tier�currency�rate_card_tiersZsubscribedServiceIdr Z timeStartZtimeEndZnetUnitPriceZdiscretionaryDiscountPercentageZoveragePriceZisTierr Z rateCardTiersN)Z swagger_typesZ attribute_map�_subscribed_service_id�_product�_time_start� _time_end�_net_unit_price�"_discretionary_discount_percentage�_overage_price�_is_tier� _currency�_rate_card_tiers)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/onesubscription/models/rate_card_summary.py�__init__ s@ /�� zRateCardSummary.__init__c C s | j S )z� Gets the subscribed_service_id of this RateCardSummary. SPM internal Subscribed Service ID :return: The subscribed_service_id of this RateCardSummary. :rtype: str �r �r r r r r e s z%RateCardSummary.subscribed_service_idc C s || _ dS )z� Sets the subscribed_service_id of this RateCardSummary. SPM internal Subscribed Service ID :param subscribed_service_id: The subscribed_service_id of this RateCardSummary. :type: str Nr"