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 @ 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 )�AddonVersionConfigurationz. Addon version configuration details. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new AddonVersionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_required: The value to assign to the is_required property of this AddonVersionConfiguration. :type is_required: bool :param key: The value to assign to the key property of this AddonVersionConfiguration. :type key: str :param value: The value to assign to the value property of this AddonVersionConfiguration. :type value: str :param display_name: The value to assign to the display_name property of this AddonVersionConfiguration. :type display_name: str :param description: The value to assign to the description property of this AddonVersionConfiguration. :type description: str �bool�str)�is_required�key�value�display_name�descriptionZ isRequiredr r ZdisplayNamer N)Z swagger_typesZ attribute_map�_is_required�_key�_value� _display_name�_description)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/container_engine/models/addon_version_configuration.py�__init__ s"