ruạṛ
a O��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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �Productz Product description c K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )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 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 provisioning_group: The value to assign to the provisioning_group property of this Product. :type provisioning_group: 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�provisioning_group�billing_category�product_category�ucm_rate_card_part_type� partNumberr � unitOfMeasure�provisioningGroup�billingCategory�productCategory�ucmRateCardPartTypeN) � swagger_types� attribute_map�_part_number�_name�_unit_of_measure�_provisioning_group�_billing_category�_product_category�_ucm_rate_card_part_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/osub_usage/models/product.py�__init__ s. #�� zProduct.__init__c C s | j S )z� **[Required]** Gets the part_number of this Product. Product part number :return: The part_number of this Product. :rtype: str �r �r r r r! r N s zProduct.part_numberc C s || _ dS )z� Sets the part_number of this Product. Product part number :param part_number: The part_number of this Product. :type: str Nr# )r r r r r! r Z 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 f 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 r s c C s | j S )z� 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 ~ 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&