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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�WorkRequestResourcez$ WorkRequestResource model. �CREATED�UPDATED�DELETED�RELATED�IN_PROGRESS�READ�WRITTENc K sF dddddd�| _ dddddd�| _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", "RELATED", "IN_PROGRESS", "READ", "WRITTEN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param entity_type: The value to assign to the entity_type property of this WorkRequestResource. :type entity_type: str :param identifier: The value to assign to the identifier property of this WorkRequestResource. :type identifier: str :param entity_uri: The value to assign to the entity_uri property of this WorkRequestResource. :type entity_uri: str :param metadata: The value to assign to the metadata property of this WorkRequestResource. :type metadata: dict(str, str) �strzdict(str, str))�action_type�entity_type� identifier� entity_uri�metadataZ actionTypeZ entityTyper Z entityUrir N)Z swagger_typesZ attribute_map�_action_type�_entity_type�_identifier�_entity_uri� _metadata)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/object_storage/models/work_request_resource.py�__init__. s"