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� �Zdd� Zdd� Z dd� ZdS )�WorkRequestErrorz0 A Data Flow work request error object. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )ar Initializes a new WorkRequestError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param code: The value to assign to the code property of this WorkRequestError. :type code: str :param id: The value to assign to the id property of this WorkRequestError. :type id: int :param message: The value to assign to the message property of this WorkRequestError. :type message: str :param timestamp: The value to assign to the timestamp property of this WorkRequestError. :type timestamp: datetime :param work_requestid: The value to assign to the work_requestid property of this WorkRequestError. :type work_requestid: str �str�intZdatetime)�code�id�message� timestamp�work_requestidr r r r Z workRequestidN)Z swagger_typesZ attribute_map�_code�_id�_message� _timestamp�_work_requestid)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/data_flow/models/work_request_error.py�__init__ s"