ruạṛ
a O��f89 � @ 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 @ sb 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� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�WorkRequestResourcez> A resource created or operated on by a work request. �CREATED�UPDATED�DELETED�IN_PROGRESS�RELATEDc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a0 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", "IN_PROGRESS", "RELATED", '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 source_id: The value to assign to the source_id property of this WorkRequestResource. :type source_id: str :param source_name: The value to assign to the source_name property of this WorkRequestResource. :type source_name: str :param source_version: The value to assign to the source_version property of this WorkRequestResource. :type source_version: str :param entity_uri: The value to assign to the entity_uri property of this WorkRequestResource. :type entity_uri: str :param time_accepted: The value to assign to the time_accepted property of this WorkRequestResource. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this WorkRequestResource. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this WorkRequestResource. :type time_finished: datetime :param metadata: The value to assign to the metadata property of this WorkRequestResource. :type metadata: object �str�datetime�object)�entity_type�action_type� identifier� source_id�source_name�source_version� entity_uri� time_accepted�time_started� time_finished�metadata� entityType� actionTyper �sourceId� sourceName� sourceVersion� entityUri�timeAccepted�timeStarted�timeFinishedr N) � swagger_types� attribute_map�_entity_type�_action_type�_identifier� _source_id�_source_name�_source_version�_entity_uri�_time_accepted� _time_started�_time_finished� _metadata)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/management_agent/models/work_request_resource.py�__init__$ sF 5��zWorkRequestResource.__init__c C s | j S )z� **[Required]** Gets the entity_type of this WorkRequestResource. The resource type the work request affects. :return: The entity_type of this WorkRequestResource. :rtype: str �r% �r0 r2 r2 r3 r � s zWorkRequestResource.entity_typec C s || _ dS )z� Sets the entity_type of this WorkRequestResource. The resource type the work request affects. :param entity_type: The entity_type of this WorkRequestResource. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )a� **[Required]** Gets the action_type of this WorkRequestResource. The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively. Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "IN_PROGRESS", "RELATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The action_type of this WorkRequestResource. :rtype: str )r&