📂 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
›
license_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/license_manager/models/__pycache__
💾
Free:
45.7 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�Productz Details of product. �BASE�OPTIONc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� 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 name: The value to assign to the name property of this Product. :type name: str :param count: The value to assign to the count property of this Product. :type count: float :param category: The value to assign to the category property of this Product. Allowed values for this property are: "BASE", "OPTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type category: str �str�float)�name�count�categoryr r r N)Z swagger_typesZ attribute_map�_name�_count� _category)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/license_manager/models/product.py�__init__ s ��zProduct.__init__c C s | j S )z� **[Required]** Gets the name of this Product. Name of the product. :return: The name of this Product. :rtype: str �r �r r r r r >