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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�RepositoryMirrorRecordz> Object containing information about a mirror record. �NONE�QUEUED�RUNNING�PASSED�FAILEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new RepositoryMirrorRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param mirror_status: The value to assign to the mirror_status property of this RepositoryMirrorRecord. Allowed values for this property are: "NONE", "QUEUED", "RUNNING", "PASSED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type mirror_status: str :param work_request_id: The value to assign to the work_request_id property of this RepositoryMirrorRecord. :type work_request_id: str :param time_enqueued: The value to assign to the time_enqueued property of this RepositoryMirrorRecord. :type time_enqueued: datetime :param time_started: The value to assign to the time_started property of this RepositoryMirrorRecord. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this RepositoryMirrorRecord. :type time_ended: datetime �str�datetime)� mirror_status�work_request_id� time_enqueued�time_started� time_ended�mirrorStatus� workRequestId�timeEnqueued�timeStarted� timeEndedN)� swagger_types� attribute_map�_mirror_status�_work_request_id�_time_enqueued� _time_started�_time_ended)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_mirror_record.py�__init__$ s"