ruạṛ
a ���fj � @ 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 � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�UpdateAnalyticsInstanceDetailszn Input payload to update an Analytics instance. Fields that are not provided will not be updated. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateAnalyticsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateAnalyticsInstanceDetails. :type description: str :param email_notification: The value to assign to the email_notification property of this UpdateAnalyticsInstanceDetails. :type email_notification: str :param license_type: The value to assign to the license_type property of this UpdateAnalyticsInstanceDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_type: str :param defined_tags: The value to assign to the defined_tags property of this UpdateAnalyticsInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAnalyticsInstanceDetails. :type freeform_tags: dict(str, str) �strzdict(str, dict(str, object))zdict(str, str))�description�email_notification�license_type�defined_tags� freeform_tagsr ZemailNotificationZlicenseTypeZdefinedTagsZfreeformTagsN)Z swagger_typesZ attribute_map�_description�_email_notification� _license_type� _defined_tags�_freeform_tags)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/analytics/models/update_analytics_instance_details.py�__init__ s"