ruạṛ
a ���fp: � @ 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 @ sh 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&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�GenericArtifactSummaryz. Summary information for an artifact. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new GenericArtifactSummary 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 GenericArtifactSummary. :type id: str :param display_name: The value to assign to the display_name property of this GenericArtifactSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this GenericArtifactSummary. :type compartment_id: str :param repository_id: The value to assign to the repository_id property of this GenericArtifactSummary. :type repository_id: str :param artifact_path: The value to assign to the artifact_path property of this GenericArtifactSummary. :type artifact_path: str :param version: The value to assign to the version property of this GenericArtifactSummary. :type version: str :param sha256: The value to assign to the sha256 property of this GenericArtifactSummary. :type sha256: str :param size_in_bytes: The value to assign to the size_in_bytes property of this GenericArtifactSummary. :type size_in_bytes: int :param lifecycle_state: The value to assign to the lifecycle_state property of this GenericArtifactSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this GenericArtifactSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this GenericArtifactSummary. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this GenericArtifactSummary. :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# �Q/usr/lib/python3.9/site-packages/oci/artifacts/models/generic_artifact_summary.py�__init__ sL 7��zGenericArtifactSummary.__init__c C s | j S )aW **[Required]** Gets the id of this GenericArtifactSummary. The `OCID`__ of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this GenericArtifactSummary. :rtype: str �r �r! r# r# r$ r s s zGenericArtifactSummary.idc C s || _ dS )aI Sets the id of this GenericArtifactSummary. The `OCID`__ of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this GenericArtifactSummary. :type: str Nr&