File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/deploy_artifact_summary.cpython-39.pyc
a
���f�E � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�DeployArtifactSummaryz-
Summary of the deployment artifact.
c K s� dddddddddddddddd�| _ ddd d
ddd
ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _dS )a�
Initializes a new DeployArtifactSummary object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param id:
The value to assign to the id property of this DeployArtifactSummary.
:type id: str
:param description:
The value to assign to the description property of this DeployArtifactSummary.
:type description: str
:param display_name:
The value to assign to the display_name property of this DeployArtifactSummary.
:type display_name: str
:param project_id:
The value to assign to the project_id property of this DeployArtifactSummary.
:type project_id: str
:param compartment_id:
The value to assign to the compartment_id property of this DeployArtifactSummary.
:type compartment_id: str
:param deploy_artifact_type:
The value to assign to the deploy_artifact_type property of this DeployArtifactSummary.
:type deploy_artifact_type: str
:param deploy_artifact_source:
The value to assign to the deploy_artifact_source property of this DeployArtifactSummary.
:type deploy_artifact_source: oci.devops.models.DeployArtifactSource
:param argument_substitution_mode:
The value to assign to the argument_substitution_mode property of this DeployArtifactSummary.
:type argument_substitution_mode: str
:param time_created:
The value to assign to the time_created property of this DeployArtifactSummary.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this DeployArtifactSummary.
:type time_updated: datetime
:param lifecycle_state:
The value to assign to the lifecycle_state property of this DeployArtifactSummary.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this DeployArtifactSummary.
:type lifecycle_details: str
:param freeform_tags:
The value to assign to the freeform_tags property of this DeployArtifactSummary.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this DeployArtifactSummary.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this DeployArtifactSummary.
:type system_tags: dict(str, dict(str, object))
�strZDeployArtifactSourceZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�description�display_name�
project_id�compartment_id�deploy_artifact_type�deploy_artifact_source�argument_substitution_mode�time_created�time_updated�lifecycle_state�lifecycle_details�
freeform_tags�defined_tags�system_tagsr r ZdisplayNameZ projectIdZ
compartmentIdZdeployArtifactTypeZdeployArtifactSourceZargumentSubstitutionModeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_description�
_display_name�_project_id�_compartment_id�_deploy_artifact_type�_deploy_artifact_source�_argument_substitution_mode�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs� r( �M/usr/lib/python3.9/site-packages/oci/devops/models/deploy_artifact_summary.py�__init__ s^ C��zDeployArtifactSummary.__init__c C s | j S )z�
**[Required]** Gets the id of this DeployArtifactSummary.
Unique identifier that is immutable on creation.
:return: The id of this DeployArtifactSummary.
:rtype: str
�r �r&