ruạṛ
a N��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 )�SubscriptionSkuz SKU information. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new SubscriptionSku object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sku: The value to assign to the sku property of this SubscriptionSku. :type sku: str :param license_part_description: The value to assign to the license_part_description property of this SubscriptionSku. :type license_part_description: str :param metric_name: The value to assign to the metric_name property of this SubscriptionSku. :type metric_name: str :param quantity: The value to assign to the quantity property of this SubscriptionSku. :type quantity: int :param description: The value to assign to the description property of this SubscriptionSku. :type description: str �str�int)�sku�license_part_description�metric_name�quantity�descriptionr �licensePartDescription� metricNamer r N)� swagger_types� attribute_map�_sku�_license_part_description�_metric_name� _quantity�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/subscription_sku.py�__init__ s"