Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
devops
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: generic_delivered_artifact.pyc
a N��fV � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DeliveredArtifact� )�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 dd� Zdd� Zdd� Z dS )�GenericDeliveredArtifactzY Details of the generic artifacts delivered through the Deliver Artifacts stage. c K s` dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a_ Initializes a new GenericDeliveredArtifact object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.GenericDeliveredArtifact.artifact_type` attribute of this class is ``GENERIC_ARTIFACT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deploy_artifact_id: The value to assign to the deploy_artifact_id property of this GenericDeliveredArtifact. :type deploy_artifact_id: str :param output_artifact_name: The value to assign to the output_artifact_name property of this GenericDeliveredArtifact. :type output_artifact_name: str :param artifact_type: The value to assign to the artifact_type property of this GenericDeliveredArtifact. Allowed values for this property are: "GENERIC_ARTIFACT", "OCIR" :type artifact_type: str :param artifact_repository_id: The value to assign to the artifact_repository_id property of this GenericDeliveredArtifact. :type artifact_repository_id: str :param delivered_artifact_id: The value to assign to the delivered_artifact_id property of this GenericDeliveredArtifact. :type delivered_artifact_id: str :param path: The value to assign to the path property of this GenericDeliveredArtifact. :type path: str :param version: The value to assign to the version property of this GenericDeliveredArtifact. :type version: str �str)�deploy_artifact_id�output_artifact_name� artifact_type�artifact_repository_id�delivered_artifact_id�path�version�deployArtifactId�outputArtifactName�artifactType�artifactRepositoryId�deliveredArtifactIdr r N�GENERIC_ARTIFACT) � swagger_types� attribute_map�_deploy_artifact_id�_output_artifact_name�_artifact_type�_artifact_repository_id�_delivered_artifact_id�_path�_version)�self�kwargs� r"