HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/deliver_artifact.cpython-39.pyc
a

���f��@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�DeliverArtifactzP
    Artifact information that need to be pushed to the artifactory stores.
    cKs(ddd�|_ddd�|_d|_d|_dS)a�
        Initializes a new DeliverArtifact object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param artifact_name:
            The value to assign to the artifact_name property of this DeliverArtifact.
        :type artifact_name: str

        :param artifact_id:
            The value to assign to the artifact_id property of this DeliverArtifact.
        :type artifact_id: str

        �str)�
artifact_name�artifact_idZartifactNameZ
artifactIdN)Z
swagger_typesZ
attribute_map�_artifact_name�_artifact_id)�self�kwargs�r�F/usr/lib/python3.9/site-packages/oci/devops/models/deliver_artifact.py�__init__s��zDeliverArtifact.__init__cCs|jS)z�
        **[Required]** Gets the artifact_name of this DeliverArtifact.
        Name of the artifact specified in the build_spec.yaml file.


        :return: The artifact_name of this DeliverArtifact.
        :rtype: str
        �r
�rrrrr-s
zDeliverArtifact.artifact_namecCs
||_dS)z�
        Sets the artifact_name of this DeliverArtifact.
        Name of the artifact specified in the build_spec.yaml file.


        :param artifact_name: The artifact_name of this DeliverArtifact.
        :type: str
        Nr)rrrrrr9s
cCs|jS)z�
        **[Required]** Gets the artifact_id of this DeliverArtifact.
        Artifact identifier that contains the artifact definition.


        :return: The artifact_id of this DeliverArtifact.
        :rtype: str
        �rrrrrr	Es
zDeliverArtifact.artifact_idcCs
||_dS)z�
        Sets the artifact_id of this DeliverArtifact.
        Artifact identifier that contains the artifact definition.


        :param artifact_id: The artifact_id of this DeliverArtifact.
        :type: str
        Nr)rr	rrrr	Qs
cCst|�S�N)rrrrr�__repr__]szDeliverArtifact.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__`szDeliverArtifact.__eq__cCs
||kSrrrrrr�__ne__fszDeliverArtifact.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	rrrrrrrrs



rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s