ruạṛ
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 @ sZ e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�SetFeatureBundleDetailszE Input payload for the feature set of an Analytics instance. �FAW_PAID�FAW_FREE�EE_EMBEDDED�SE_EMBEDDEDc K s ddi| _ ddi| _d| _dS )a� Initializes a new SetFeatureBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param feature_bundle: The value to assign to the feature_bundle property of this SetFeatureBundleDetails. Allowed values for this property are: "FAW_PAID", "FAW_FREE", "EE_EMBEDDED", "SE_EMBEDDED" :type feature_bundle: str �feature_bundle�strZ featureBundleN)Z swagger_typesZ attribute_map�_feature_bundle)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/analytics/models/set_feature_bundle_details.py�__init__"