ruạṛ
a N��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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze 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(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"e dHdI� �Z#e#jdJdI� �Z#dKdL� Z$dMdN� Z%dOdP� Z&dQS )R� EntitySummarya Summary of an data entity. A representation of data with a set of attributes, normally representing a single business entity. Synonymous with 'table' or 'view' in a database, or a single logical file structure that one or many files may match. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddddddddddd�| _ dddd d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new EntitySummary 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 EntitySummary. :type key: str :param display_name: The value to assign to the display_name property of this EntitySummary. :type display_name: str :param business_name: The value to assign to the business_name property of this EntitySummary. :type business_name: str :param description: The value to assign to the description property of this EntitySummary. :type description: str :param is_logical: The value to assign to the is_logical property of this EntitySummary. :type is_logical: bool :param is_partition: The value to assign to the is_partition property of this EntitySummary. :type is_partition: bool :param data_asset_key: The value to assign to the data_asset_key property of this EntitySummary. :type data_asset_key: str :param folder_key: The value to assign to the folder_key property of this EntitySummary. :type folder_key: str :param folder_name: The value to assign to the folder_name property of this EntitySummary. :type folder_name: str :param external_key: The value to assign to the external_key property of this EntitySummary. :type external_key: str :param pattern_key: The value to assign to the pattern_key property of this EntitySummary. :type pattern_key: str :param type_key: The value to assign to the type_key property of this EntitySummary. :type type_key: str :param realized_expression: The value to assign to the realized_expression property of this EntitySummary. :type realized_expression: str :param path: The value to assign to the path property of this EntitySummary. :type path: str :param time_created: The value to assign to the time_created property of this EntitySummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EntitySummary. :type time_updated: datetime :param updated_by_id: The value to assign to the updated_by_id property of this EntitySummary. :type updated_by_id: str :param uri: The value to assign to the uri property of this EntitySummary. :type uri: str :param object_storage_url: The value to assign to the object_storage_url property of this EntitySummary. :type object_storage_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this EntitySummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param properties: The value to assign to the properties property of this EntitySummary. :type properties: dict(str, dict(str, str)) �str�bool�datetimezdict(str, dict(str, str)))�key�display_name� business_name�description� is_logical�is_partition�data_asset_key� folder_key�folder_name�external_key�pattern_key�type_key�realized_expression�path�time_created�time_updated� updated_by_id�uri�object_storage_url�lifecycle_state� propertiesr �displayName�businessNamer � isLogical�isPartition�dataAssetKey� folderKey� folderName�externalKey� patternKey�typeKey�realizedExpressionr �timeCreated�timeUpdated�updatedByIdr# �objectStorageUrl�lifecycleStater&