ruạṛ
a N��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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�ContainerImageSummaryz" Container image summary. c K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a Initializes a new ContainerImageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this ContainerImageSummary. :type compartment_id: str :param digest: The value to assign to the digest property of this ContainerImageSummary. :type digest: str :param display_name: The value to assign to the display_name property of this ContainerImageSummary. :type display_name: str :param id: The value to assign to the id property of this ContainerImageSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ContainerImageSummary. :type lifecycle_state: str :param repository_id: The value to assign to the repository_id property of this ContainerImageSummary. :type repository_id: str :param repository_name: The value to assign to the repository_name property of this ContainerImageSummary. :type repository_name: str :param time_created: The value to assign to the time_created property of this ContainerImageSummary. :type time_created: datetime :param version: The value to assign to the version property of this ContainerImageSummary. :type version: str �str�datetime) �compartment_id�digest�display_name�id�lifecycle_state� repository_id�repository_name�time_created�version� compartmentIdr �displayNamer �lifecycleState�repositoryId�repositoryName�timeCreatedr N)� swagger_types� attribute_map�_compartment_id�_digest� _display_name�_id�_lifecycle_state�_repository_id�_repository_name� _time_created�_version)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/container_image_summary.py�__init__ s: +� �zContainerImageSummary.__init__c C s | j S )a **[Required]** Gets the compartment_id of this ContainerImageSummary. The compartment OCID to which the container image belongs. Inferred from the container repository. :return: The compartment_id of this ContainerImageSummary. :rtype: str �r �r# r% r% r&