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 @ 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,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�ContainerRepositorySummaryz' Container repository summary. c K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new ContainerRepositorySummary 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 ContainerRepositorySummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ContainerRepositorySummary. :type display_name: str :param id: The value to assign to the id property of this ContainerRepositorySummary. :type id: str :param image_count: The value to assign to the image_count property of this ContainerRepositorySummary. :type image_count: int :param is_public: The value to assign to the is_public property of this ContainerRepositorySummary. :type is_public: bool :param layer_count: The value to assign to the layer_count property of this ContainerRepositorySummary. :type layer_count: int :param layers_size_in_bytes: The value to assign to the layers_size_in_bytes property of this ContainerRepositorySummary. :type layers_size_in_bytes: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ContainerRepositorySummary. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ContainerRepositorySummary. :type time_created: datetime :param billable_size_in_gbs: The value to assign to the billable_size_in_gbs property of this ContainerRepositorySummary. :type billable_size_in_gbs: int :param namespace: The value to assign to the namespace property of this ContainerRepositorySummary. :type namespace: str :param freeform_tags: The value to assign to the freeform_tags property of this ContainerRepositorySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ContainerRepositorySummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ContainerRepositorySummary. :type system_tags: dict(str, dict(str, object)) �str�int�boolZdatetimezdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�id�image_count� is_public�layer_count�layers_size_in_bytes�lifecycle_state�time_created�billable_size_in_gbs� namespace� freeform_tags�defined_tags�system_tagsZ compartmentIdZdisplayNamer Z imageCountZisPublicZ layerCountZlayersSizeInBytesZlifecycleStateZtimeCreatedZbillableSizeInGBsr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_id�_image_count� _is_public�_layer_count�_layers_size_in_bytes�_lifecycle_state� _time_created�_billable_size_in_gbs� _namespace�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( �U/usr/lib/python3.9/site-packages/oci/artifacts/models/container_repository_summary.py�__init__ sX ?��z#ContainerRepositorySummary.__init__c C s | j S )a **[Required]** Gets the compartment_id of this ContainerRepositorySummary. The OCID of the compartment in which the container repository exists. :return: The compartment_id of this ContainerRepositorySummary. :rtype: str �r �r&