ruạṛ
a N��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateDeployArtifactDetailsz6 Information about a new deployment artifact. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )ax Initializes a new CreateDeployArtifactDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this CreateDeployArtifactDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateDeployArtifactDetails. :type display_name: str :param deploy_artifact_type: The value to assign to the deploy_artifact_type property of this CreateDeployArtifactDetails. :type deploy_artifact_type: str :param deploy_artifact_source: The value to assign to the deploy_artifact_source property of this CreateDeployArtifactDetails. :type deploy_artifact_source: oci.devops.models.DeployArtifactSource :param argument_substitution_mode: The value to assign to the argument_substitution_mode property of this CreateDeployArtifactDetails. :type argument_substitution_mode: str :param project_id: The value to assign to the project_id property of this CreateDeployArtifactDetails. :type project_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDeployArtifactDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDeployArtifactDetails. :type defined_tags: dict(str, dict(str, object)) �str�DeployArtifactSourcezdict(str, str)zdict(str, dict(str, object)))�description�display_name�deploy_artifact_type�deploy_artifact_source�argument_substitution_mode� project_id� freeform_tags�defined_tagsr �displayName�deployArtifactType�deployArtifactSource�argumentSubstitutionMode� projectId�freeformTags�definedTagsN) � swagger_types� attribute_map�_description� _display_name�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�_project_id�_freeform_tags� _defined_tags)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_deploy_artifact_details.py�__init__ s4 '��z$CreateDeployArtifactDetails.__init__c C s | j S )z� Gets the description of this CreateDeployArtifactDetails. Optional description about the deployment artifact. :return: The description of this CreateDeployArtifactDetails. :rtype: str �r �r"