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 Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�PatchObjectMetadatazy A summary type containing information about the object including its key, name and when/who created/updated it. �INTEGRATION_TASK�DATA_LOADER_TASK� PIPELINE_TASK�SQL_TASK�OCI_DATAFLOW_TASK� REST_TASK�CREATED�DELETED�UPDATEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )am Initializes a new PatchObjectMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this PatchObjectMetadata. :type key: str :param name: The value to assign to the name property of this PatchObjectMetadata. :type name: str :param name_path: The value to assign to the name_path property of this PatchObjectMetadata. :type name_path: str :param type: The value to assign to the type property of this PatchObjectMetadata. Allowed values for this property are: "INTEGRATION_TASK", "DATA_LOADER_TASK", "PIPELINE_TASK", "SQL_TASK", "OCI_DATAFLOW_TASK", "REST_TASK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param object_version: The value to assign to the object_version property of this PatchObjectMetadata. :type object_version: int :param identifier: The value to assign to the identifier property of this PatchObjectMetadata. :type identifier: str :param action: The value to assign to the action property of this PatchObjectMetadata. Allowed values for this property are: "CREATED", "DELETED", "UPDATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str �str�int)�key�name� name_path�type�object_version� identifier�actionr r ZnamePathr Z objectVersionr r N) Z swagger_typesZ attribute_map�_key�_name� _name_path�_type�_object_version�_identifier�_action)�self�kwargs� r"