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 @ st e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�GenericArtifactz' The metadata of the artifact. � AVAILABLE�DELETING�DELETEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new GenericArtifact 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 GenericArtifact. :type id: str :param display_name: The value to assign to the display_name property of this GenericArtifact. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this GenericArtifact. :type compartment_id: str :param repository_id: The value to assign to the repository_id property of this GenericArtifact. :type repository_id: str :param artifact_path: The value to assign to the artifact_path property of this GenericArtifact. :type artifact_path: str :param version: The value to assign to the version property of this GenericArtifact. :type version: str :param sha256: The value to assign to the sha256 property of this GenericArtifact. :type sha256: str :param size_in_bytes: The value to assign to the size_in_bytes property of this GenericArtifact. :type size_in_bytes: int :param lifecycle_state: The value to assign to the lifecycle_state property of this GenericArtifact. Allowed values for this property are: "AVAILABLE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this GenericArtifact. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this GenericArtifact. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this GenericArtifact. :type time_created: datetime �str�intzdict(str, str)zdict(str, dict(str, object))Zdatetime)�id�display_name�compartment_id� repository_id� artifact_path�version�sha256� size_in_bytes�lifecycle_state� freeform_tags�defined_tags�time_createdr ZdisplayNameZ compartmentIdZrepositoryIdZartifactPathr r ZsizeInBytesZlifecycleStateZfreeformTagsZdefinedTagsZtimeCreatedN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_repository_id�_artifact_path�_version�_sha256�_size_in_bytes�_lifecycle_state�_freeform_tags� _defined_tags� _time_created)�self�kwargs� r&