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 d d� Z dd� Zdd� ZdS )�ContainerImageLayerz- The container image layer metadata. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ContainerImageLayer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param digest: The value to assign to the digest property of this ContainerImageLayer. :type digest: str :param size_in_bytes: The value to assign to the size_in_bytes property of this ContainerImageLayer. :type size_in_bytes: int :param time_created: The value to assign to the time_created property of this ContainerImageLayer. :type time_created: datetime �str�int�datetime)�digest� size_in_bytes�time_createdr �sizeInBytes�timeCreatedN)� swagger_types� attribute_map�_digest�_size_in_bytes� _time_created)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/container_image_layer.py�__init__ s ��zContainerImageLayer.__init__c C s | j S )z� **[Required]** Gets the digest of this ContainerImageLayer. The sha256 digest of the image layer. :return: The digest of this ContainerImageLayer. :rtype: str �r �r r r r r 2 s zContainerImageLayer.digestc C s || _ dS )z� Sets the digest of this ContainerImageLayer. The sha256 digest of the image layer. :param digest: The digest of this ContainerImageLayer. :type: str Nr )r r r r r r >