ruạṛ
a N��f�4 � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2� ReferenceInfoz: Represents reference details of a DCMS artifact. c K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a| Initializes a new ReferenceInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this ReferenceInfo. :type model_type: str :param key: The value to assign to the key property of this ReferenceInfo. :type key: str :param model_version: The value to assign to the model_version property of this ReferenceInfo. :type model_version: str :param name: The value to assign to the name property of this ReferenceInfo. :type name: str :param description: The value to assign to the description property of this ReferenceInfo. :type description: str :param object_status: The value to assign to the object_status property of this ReferenceInfo. :type object_status: int :param object_version: The value to assign to the object_version property of this ReferenceInfo. :type object_version: int :param identifier: The value to assign to the identifier property of this ReferenceInfo. :type identifier: str :param dcms_artifact_id: The value to assign to the dcms_artifact_id property of this ReferenceInfo. :type dcms_artifact_id: str :param service_artifact_id: The value to assign to the service_artifact_id property of this ReferenceInfo. :type service_artifact_id: str :param reference_count: The value to assign to the reference_count property of this ReferenceInfo. :type reference_count: int :param registry_metadata: The value to assign to the registry_metadata property of this ReferenceInfo. :type registry_metadata: oci.data_connectivity.models.RegistryMetadata :param metadata: The value to assign to the metadata property of this ReferenceInfo. :type metadata: oci.data_connectivity.models.ObjectMetadata �str�int�RegistryMetadata�ObjectMetadata) � model_type�key� model_version�name�description� object_status�object_version� identifier�dcms_artifact_id�service_artifact_id�reference_count�registry_metadata�metadata� modelTyper �modelVersionr r �objectStatus� objectVersionr �dcmsArtifactId�serviceArtifactId�referenceCount�registryMetadatar N)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_object_version�_identifier�_dcms_artifact_id�_service_artifact_id�_reference_count�_registry_metadata� _metadata)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/reference_info.py�__init__ sR ;��zReferenceInfo.__init__c C s | j S )z� Gets the model_type of this ReferenceInfo. The type of the ReferenceInfo. :return: The model_type of this ReferenceInfo. :rtype: str �r"