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 dd� Zdd� Zdd� ZdS ) �UpdateDeployArtifactDetailsz9 The information to be updated for the artifact. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateDeployArtifactDetails 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 UpdateDeployArtifactDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateDeployArtifactDetails. :type display_name: str :param deploy_artifact_type: The value to assign to the deploy_artifact_type property of this UpdateDeployArtifactDetails. :type deploy_artifact_type: str :param deploy_artifact_source: The value to assign to the deploy_artifact_source property of this UpdateDeployArtifactDetails. :type deploy_artifact_source: oci.devops.models.DeployArtifactSource :param argument_substitution_mode: The value to assign to the argument_substitution_mode property of this UpdateDeployArtifactDetails. :type argument_substitution_mode: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDeployArtifactDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDeployArtifactDetails. :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� freeform_tags�defined_tagsr �displayName�deployArtifactType�deployArtifactSource�argumentSubstitutionMode�freeformTags�definedTagsN) � swagger_types� attribute_map�_description� _display_name�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�_freeform_tags� _defined_tags)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/update_deploy_artifact_details.py�__init__ s. #�� z$UpdateDeployArtifactDetails.__init__c C s | j S )z� Gets the description of this UpdateDeployArtifactDetails. Optional description about the deployment artifact. :return: The description of this UpdateDeployArtifactDetails. :rtype: str �r �r r! r! r"