ruạṛ
a ���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)) �strZDeployArtifactSourcezdict(str, str)zdict(str, dict(str, object)))�description�display_name�deploy_artifact_type�deploy_artifact_source�argument_substitution_mode� freeform_tags�defined_tagsr ZdisplayNameZdeployArtifactTypeZdeployArtifactSourceZargumentSubstitutionModeZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_description� _display_name�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�_freeform_tags� _defined_tags)�self�kwargs� r �T/usr/lib/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 r P s z'UpdateDeployArtifactDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateDeployArtifactDetails. Optional description about the deployment artifact. :param description: The description of this UpdateDeployArtifactDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the display_name of this UpdateDeployArtifactDetails. Deployment artifact display name. Avoid entering confidential information. :return: The display_name of this UpdateDeployArtifactDetails. :rtype: str �r r r r r r h s z(UpdateDeployArtifactDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateDeployArtifactDetails. Deployment artifact display name. Avoid entering confidential information. :param display_name: The display_name of this UpdateDeployArtifactDetails. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the deploy_artifact_type of this UpdateDeployArtifactDetails. Type of the deployment artifact. :return: The deploy_artifact_type of this UpdateDeployArtifactDetails. :rtype: str �r r r r r r � s z0UpdateDeployArtifactDetails.deploy_artifact_typec C s || _ dS )z� Sets the deploy_artifact_type of this UpdateDeployArtifactDetails. Type of the deployment artifact. :param deploy_artifact_type: The deploy_artifact_type of this UpdateDeployArtifactDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the deploy_artifact_source of this UpdateDeployArtifactDetails. :return: The deploy_artifact_source of this UpdateDeployArtifactDetails. :rtype: oci.devops.models.DeployArtifactSource �r r r r r r � s z2UpdateDeployArtifactDetails.deploy_artifact_sourcec C s || _ dS )z� Sets the deploy_artifact_source of this UpdateDeployArtifactDetails. :param deploy_artifact_source: The deploy_artifact_source of this UpdateDeployArtifactDetails. :type: oci.devops.models.DeployArtifactSource Nr )r r r r r r � s c C s | j S )z� Gets the argument_substitution_mode of this UpdateDeployArtifactDetails. Mode for artifact parameter substitution. :return: The argument_substitution_mode of this UpdateDeployArtifactDetails. :rtype: str �r r r r r r � s z6UpdateDeployArtifactDetails.argument_substitution_modec C s || _ dS )a Sets the argument_substitution_mode of this UpdateDeployArtifactDetails. Mode for artifact parameter substitution. :param argument_substitution_mode: The argument_substitution_mode of this UpdateDeployArtifactDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdateDeployArtifactDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateDeployArtifactDetails. :rtype: dict(str, str) �r r r r r r � s z)UpdateDeployArtifactDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateDeployArtifactDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See `Resource Tags`__. Example: `{"bar-key": "value"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateDeployArtifactDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateDeployArtifactDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateDeployArtifactDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z(UpdateDeployArtifactDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateDeployArtifactDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateDeployArtifactDetails. :type: dict(str, dict(str, object)) Nr"