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 )!�WorkRequestResourcezD A resource created, operated on or used by a work request. �CREATED�UPDATED�DELETED�FAILED�IN_PROGRESS� INSTALLED�REMOVEDc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) 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 entity_type: The value to assign to the entity_type property of this WorkRequestResource. :type entity_type: str :param action_type: The value to assign to the action_type property of this WorkRequestResource. Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "FAILED", "IN_PROGRESS", "INSTALLED", "REMOVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param identifier: The value to assign to the identifier property of this WorkRequestResource. :type identifier: str :param name: The value to assign to the name property of this WorkRequestResource. :type name: str :param entity_uri: The value to assign to the entity_uri property of this WorkRequestResource. :type entity_uri: str �str)�entity_type�action_type� identifier�name� entity_uriZ entityTypeZ actionTyper r Z entityUriN)Z swagger_typesZ attribute_map�_entity_type�_action_type�_identifier�_name�_entity_uri)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/os_management/models/work_request_resource.py�__init__. s"