📂 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: invoiceline_computed_usage_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 @ s, e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�InvoicelineComputedUsageSummaryz' Computed Usage Summary object � PROMOTION�DO_NOT_BILL�USAGE�COMMIT�OVERAGE� PAY_AS_YOU_GO�MONTHLY_MINIMUM�DELAYED_USAGE_INVOICE_TIMING�DELAYED_USAGE_COMMITMENT_EXP�ON_ACCOUNT_CREDIT�SERVICE_CREDITc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new InvoicelineComputedUsageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parent_product: The value to assign to the parent_product property of this InvoicelineComputedUsageSummary. :type parent_product: oci.onesubscription.models.InvoicingProduct :param product: The value to assign to the product property of this InvoicelineComputedUsageSummary. :type product: oci.onesubscription.models.InvoicingProduct :param quantity: The value to assign to the quantity property of this InvoicelineComputedUsageSummary. :type quantity: float :param net_unit_price: The value to assign to the net_unit_price property of this InvoicelineComputedUsageSummary. :type net_unit_price: float :param time_metered_on: The value to assign to the time_metered_on property of this InvoicelineComputedUsageSummary. :type time_metered_on: datetime :param type: The value to assign to the type property of this InvoicelineComputedUsageSummary. Allowed values for this property are: "PROMOTION", "DO_NOT_BILL", "USAGE", "COMMIT", "OVERAGE", "PAY_AS_YOU_GO", "MONTHLY_MINIMUM", "DELAYED_USAGE_INVOICE_TIMING", "DELAYED_USAGE_COMMITMENT_EXP", "ON_ACCOUNT_CREDIT", "SERVICE_CREDIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param cost: The value to assign to the cost property of this InvoicelineComputedUsageSummary. :type cost: float :param cost_rounded: The value to assign to the cost_rounded property of this InvoicelineComputedUsageSummary. :type cost_rounded: float ZInvoicingProduct�floatZdatetime�str)�parent_product�product�quantity�net_unit_price�time_metered_on�type�cost�cost_roundedZ parentProductr r ZnetUnitPriceZ timeMeteredOnr r ZcostRoundedN) Z swagger_typesZ attribute_map�_parent_product�_product� _quantity�_net_unit_price�_time_metered_on�_type�_cost� _cost_rounded)�self�kwargs� r&