📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sku_products.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 d d� Z dd� Zdd� ZdS )�SkuProductsz4 The SKU Product Id details for a resource. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ah Initializes a new SkuProducts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sku_id: The value to assign to the sku_id property of this SkuProducts. :type sku_id: str :param sku_type: The value to assign to the sku_type property of this SkuProducts. :type sku_type: str :param cloud_credit_type: The value to assign to the cloud_credit_type property of this SkuProducts. :type cloud_credit_type: str �str)�sku_id�sku_type�cloud_credit_typeZskuIdZskuTypeZcloudCreditTypeN)Z swagger_typesZ attribute_map�_sku_id� _sku_type�_cloud_credit_type)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/usage/models/sku_products.py�__init__ s ��zSkuProducts.__init__c C s | j S )z� Gets the sku_id of this SkuProducts. The Sku Id for the resource. :return: The sku_id of this SkuProducts. :rtype: str �r �r r r r r 4 s zSkuProducts.sku_idc C s || _ dS )z� Sets the sku_id of this SkuProducts. The Sku Id for the resource. :param sku_id: The sku_id of this SkuProducts. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the sku_type of this SkuProducts. The Sku type for the resource. :return: The sku_type of this SkuProducts. :rtype: str �r r r r r r L s zSkuProducts.sku_typec C s || _ dS )z� Sets the sku_type of this SkuProducts. The Sku type for the resource. :param sku_type: The sku_type of this SkuProducts. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the cloud_credit_type of this SkuProducts. The cloud credit type for the resource. :return: The cloud_credit_type of this SkuProducts. :rtype: str �r r r r r r d s zSkuProducts.cloud_credit_typec C s || _ dS )z� Sets the cloud_credit_type of this SkuProducts. The cloud credit type for the resource. :param cloud_credit_type: The cloud_credit_type of this SkuProducts. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSkuProducts.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSkuProducts.__eq__c C s | |k S r r r r r r �__ne__� s zSkuProducts.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"