📂 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
›
usage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/usage/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: product_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ProductSummaryzF Provides details about product rewards and the usage amount. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new ProductSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param product_number: The value to assign to the product_number property of this ProductSummary. :type product_number: str :param product_name: The value to assign to the product_name property of this ProductSummary. :type product_name: str :param usage_amount: The value to assign to the usage_amount property of this ProductSummary. :type usage_amount: float :param earned_rewards: The value to assign to the earned_rewards property of this ProductSummary. :type earned_rewards: float :param is_eligible_to_earn_rewards: The value to assign to the is_eligible_to_earn_rewards property of this ProductSummary. :type is_eligible_to_earn_rewards: bool �str�float�bool)�product_number�product_name�usage_amount�earned_rewards�is_eligible_to_earn_rewardsZ productNumberZproductNameZusageAmountZ earnedRewardsZisEligibleToEarnRewardsN)Z swagger_typesZ attribute_map�_product_number� _product_name� _usage_amount�_earned_rewards�_is_eligible_to_earn_rewards)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/usage/models/product_summary.py�__init__ s"