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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�ModuleStreamzO An object that defines a module stream provided by a software source. �X86_64�AARCH64�I686�NOARCH�SRCc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ModuleStream object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param module_name: The value to assign to the module_name property of this ModuleStream. :type module_name: str :param name: The value to assign to the name property of this ModuleStream. :type name: str :param is_default: The value to assign to the is_default property of this ModuleStream. :type is_default: bool :param software_source_id: The value to assign to the software_source_id property of this ModuleStream. :type software_source_id: str :param arch_type: The value to assign to the arch_type property of this ModuleStream. Allowed values for this property are: "X86_64", "AARCH64", "I686", "NOARCH", "SRC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type arch_type: str :param description: The value to assign to the description property of this ModuleStream. :type description: str :param profiles: The value to assign to the profiles property of this ModuleStream. :type profiles: list[str] :param packages: The value to assign to the packages property of this ModuleStream. :type packages: list[str] :param is_latest: The value to assign to the is_latest property of this ModuleStream. :type is_latest: bool �str�boolz list[str]) �module_name�name� is_default�software_source_id� arch_type�description�profiles�packages� is_latestZ moduleNamer Z isDefaultZsoftwareSourceIdZarchTyper r r ZisLatestN)Z swagger_typesZ attribute_map�_module_name�_name�_is_default�_software_source_id� _arch_type�_description� _profiles� _packages� _is_latest)�self�kwargs� r"