ruạṛ
a O��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 d d� Z dd� Zdd� ZdS )�ModuleStreamProfileSummaryza Summary information pertaining to a module stream profile provided by a software source c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ModuleStreamProfileSummary 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 ModuleStreamProfileSummary. :type module_name: str :param stream_name: The value to assign to the stream_name property of this ModuleStreamProfileSummary. :type stream_name: str :param profile_name: The value to assign to the profile_name property of this ModuleStreamProfileSummary. :type profile_name: str �str)�module_name�stream_name�profile_name� moduleName� streamName�profileNameN)� swagger_types� attribute_map�_module_name�_stream_name� _profile_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/module_stream_profile_summary.py�__init__ s ��z#ModuleStreamProfileSummary.__init__c C s | j S )z� **[Required]** Gets the module_name of this ModuleStreamProfileSummary. The name of the module that contains the stream profile :return: The module_name of this ModuleStreamProfileSummary. :rtype: str �r �r r r r r 2 s z&ModuleStreamProfileSummary.module_namec C s || _ dS )z� Sets the module_name of this ModuleStreamProfileSummary. The name of the module that contains the stream profile :param module_name: The module_name of this ModuleStreamProfileSummary. :type: str Nr )r r r r r r >