ruạṛ
a O��fu � @ 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 )�AvailableSoftwareSourceSummaryz� A software source which can be added to a managed instance. Once a software source is added, packages from that software source can be installed on that managed instance. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new AvailableSoftwareSourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AvailableSoftwareSourceSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AvailableSoftwareSourceSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this AvailableSoftwareSourceSummary. :type display_name: str :param parent_id: The value to assign to the parent_id property of this AvailableSoftwareSourceSummary. :type parent_id: str :param parent_name: The value to assign to the parent_name property of this AvailableSoftwareSourceSummary. :type parent_name: str �str)�id�compartment_id�display_name� parent_id�parent_namer � compartmentId�displayName�parentId� parentNameN)� swagger_types� attribute_map�_id�_compartment_id� _display_name� _parent_id�_parent_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/available_software_source_summary.py�__init__ s"