ruạṛ
a ���f�9 � @ 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 )/�ContainerImageSummaryz" Container image summary. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )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 :param freeform_tags: The value to assign to the freeform_tags property of this ContainerImageSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ContainerImageSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ContainerImageSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�compartment_id�digest�display_name�id�lifecycle_state� repository_id�repository_name�time_created�version� freeform_tags�defined_tags�system_tagsZ compartmentIdr ZdisplayNamer ZlifecycleStateZrepositoryIdZrepositoryNameZtimeCreatedr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_compartment_id�_digest� _display_name�_id�_lifecycle_state�_repository_id�_repository_name� _time_created�_version�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r"