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 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)) �strZDeployArtifactSourcezdict(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 ZdisplayNameZdeployArtifactTypeZdeployArtifactSourceZargumentSubstitutionModeZ projectIdZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_description� _display_name�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�_project_id�_freeform_tags� _defined_tags)�self�kwargs� r �T/usr/lib/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 r r r r W s z'CreateDeployArtifactDetails.descriptionc C s || _ dS )z� Sets the description of this CreateDeployArtifactDetails. Optional description about the deployment artifact. :param description: The description of this CreateDeployArtifactDetails. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the display_name of this CreateDeployArtifactDetails. Deployment artifact display name. Avoid entering confidential information. :return: The display_name of this CreateDeployArtifactDetails. :rtype: str �r r r r r r o s z(CreateDeployArtifactDetails.display_namec C s || _ dS )a Sets the display_name of this CreateDeployArtifactDetails. Deployment artifact display name. Avoid entering confidential information. :param display_name: The display_name of this CreateDeployArtifactDetails. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the deploy_artifact_type of this CreateDeployArtifactDetails. Type of the deployment artifact. :return: The deploy_artifact_type of this CreateDeployArtifactDetails. :rtype: str �r r r r r r � s z0CreateDeployArtifactDetails.deploy_artifact_typec C s || _ dS )z� Sets the deploy_artifact_type of this CreateDeployArtifactDetails. Type of the deployment artifact. :param deploy_artifact_type: The deploy_artifact_type of this CreateDeployArtifactDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the deploy_artifact_source of this CreateDeployArtifactDetails. :return: The deploy_artifact_source of this CreateDeployArtifactDetails. :rtype: oci.devops.models.DeployArtifactSource �r r r r r r � s z2CreateDeployArtifactDetails.deploy_artifact_sourcec C s || _ dS )z� Sets the deploy_artifact_source of this CreateDeployArtifactDetails. :param deploy_artifact_source: The deploy_artifact_source of this CreateDeployArtifactDetails. :type: oci.devops.models.DeployArtifactSource Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the argument_substitution_mode of this CreateDeployArtifactDetails. Mode for artifact parameter substitution. :return: The argument_substitution_mode of this CreateDeployArtifactDetails. :rtype: str �r r r r r r � s z6CreateDeployArtifactDetails.argument_substitution_modec C s || _ dS )a Sets the argument_substitution_mode of this CreateDeployArtifactDetails. Mode for artifact parameter substitution. :param argument_substitution_mode: The argument_substitution_mode of this CreateDeployArtifactDetails. :type: str Nr"