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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�WorkRequestResourcez9 A resource related to a Data Flow work request. �CREATED�UPDATED�DELETED� INPROGRESS�RELATEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a( Initializes a new WorkRequestResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action_type: The value to assign to the action_type property of this WorkRequestResource. Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "INPROGRESS", "RELATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param id: The value to assign to the id property of this WorkRequestResource. :type id: int :param resource_id: The value to assign to the resource_id property of this WorkRequestResource. :type resource_id: str :param resource_type: The value to assign to the resource_type property of this WorkRequestResource. :type resource_type: str :param resource_uri: The value to assign to the resource_uri property of this WorkRequestResource. :type resource_uri: str :param work_requestid: The value to assign to the work_requestid property of this WorkRequestResource. :type work_requestid: str �str�int)�action_type�id�resource_id� resource_type�resource_uri�work_requestidZ actionTyper Z resourceIdZresourceTypeZresourceUriZ workRequestidN)Z swagger_typesZ attribute_map�_action_type�_id�_resource_id�_resource_type� _resource_uri�_work_requestid)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/data_flow/models/work_request_resource.py�__init__&