📂 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_subscription
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osub_subscription/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: product.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� �Zdd� Z dd� Zdd� ZdS )�Productz Product description c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a2 Initializes a new Product object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param part_number: The value to assign to the part_number property of this Product. :type part_number: str :param name: The value to assign to the name property of this Product. :type name: str :param unit_of_measure: The value to assign to the unit_of_measure property of this Product. :type unit_of_measure: str :param billing_category: The value to assign to the billing_category property of this Product. :type billing_category: str :param product_category: The value to assign to the product_category property of this Product. :type product_category: str :param ucm_rate_card_part_type: The value to assign to the ucm_rate_card_part_type property of this Product. :type ucm_rate_card_part_type: str �str)�part_number�name�unit_of_measure�billing_category�product_category�ucm_rate_card_part_typeZ partNumberr Z unitOfMeasureZbillingCategoryZproductCategoryZucmRateCardPartTypeN)Z swagger_typesZ attribute_map�_part_number�_name�_unit_of_measure�_billing_category�_product_category�_ucm_rate_card_part_type)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/osub_subscription/models/product.py�__init__ s( � � zProduct.__init__c C s | j S )z� **[Required]** Gets the part_number of this Product. Product part numner :return: The part_number of this Product. :rtype: str �r �r r r r r I s zProduct.part_numberc C s || _ dS )z� Sets the part_number of this Product. Product part numner :param part_number: The part_number of this Product. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the name of this Product. Product name :return: The name of this Product. :rtype: str �r r r r r r a s zProduct.namec C s || _ dS )z� Sets the name of this Product. Product name :param name: The name of this Product. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the unit_of_measure of this Product. Unit of measure :return: The unit_of_measure of this Product. :rtype: str �r r r r r r y s zProduct.unit_of_measurec C s || _ dS )z� Sets the unit_of_measure of this Product. Unit of measure :param unit_of_measure: The unit_of_measure of this Product. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the billing_category of this Product. Metered service billing category :return: The billing_category of this Product. :rtype: str �r r r r r r � s zProduct.billing_categoryc C s || _ dS )z� Sets the billing_category of this Product. Metered service billing category :param billing_category: The billing_category of this Product. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the product_category of this Product. Product category :return: The product_category of this Product. :rtype: str �r r r r r r � s zProduct.product_categoryc C s || _ dS )z� Sets the product_category of this Product. Product category :param product_category: The product_category of this Product. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the ucm_rate_card_part_type of this Product. Rate card part type of Product :return: The ucm_rate_card_part_type of this Product. :rtype: str �r r r r r r � s zProduct.ucm_rate_card_part_typec C s || _ dS )z� Sets the ucm_rate_card_part_type of this Product. Rate card part type of Product :param ucm_rate_card_part_type: The ucm_rate_card_part_type of this Product. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zProduct.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zProduct.__eq__c C s | |k S r r r# r r r �__ne__� s zProduct.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&