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 ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%edKdL� �Z&e&jdMdL� �Z&edNdO� �Z'e'jdPdO� �Z'edQdR� �Z(e(jdSdR� �Z(edTdU� �Z)e)jdVdU� �Z)edWdX� �Z*e*jdYdX� �Z*edZd[� �Z+e+jd\d[� �Z+ed]d^� �Z,e,jd_d^� �Z,ed`da� �Z-e-jdbda� �Z-edcdd� �Z.e.jdedd� �Z.edfdg� �Z/e/jdhdg� �Z/edidj� �Z0e0jdkdj� �Z0edldm� �Z1e1jdndm� �Z1edodp� �Z2e2jdqdp� �Z2edrds� �Z3e3jdtds� �Z3edudv� �Z4e4jdwdv� �Z4dxdy� Z5dzd{� Z6d|d}� Z7d~S )� Attributez� Details of an entity attribute. An attribute of a data entity describing an item of data, with a name and data type. Synonymous with 'column' in a database. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVING� PRIMARYKEY� FOREIGNKEY� UNIQUEKEYc $ K sr dddddddddddddddddddddddddddddddddddd �#| _ d ddd ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d �#| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _ d-| _ d-| _d-| _d-| _ d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _d-| _ d-| _!d-| _"d-| _#d-| _$d-S ).ap Initializes a new Attribute 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 Attribute. :type key: str :param display_name: The value to assign to the display_name property of this Attribute. :type display_name: str :param business_name: The value to assign to the business_name property of this Attribute. :type business_name: str :param description: The value to assign to the description property of this Attribute. :type description: str :param entity_key: The value to assign to the entity_key property of this Attribute. :type entity_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Attribute. 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 lifecycle_details: The value to assign to the lifecycle_details property of this Attribute. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Attribute. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Attribute. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Attribute. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Attribute. :type updated_by_id: str :param external_data_type: The value to assign to the external_data_type property of this Attribute. :type external_data_type: str :param external_key: The value to assign to the external_key property of this Attribute. :type external_key: str :param is_incremental_data: The value to assign to the is_incremental_data property of this Attribute. :type is_incremental_data: bool :param is_nullable: The value to assign to the is_nullable property of this Attribute. :type is_nullable: bool :param type_key: The value to assign to the type_key property of this Attribute. :type type_key: str :param min_collection_count: The value to assign to the min_collection_count property of this Attribute. :type min_collection_count: int :param max_collection_count: The value to assign to the max_collection_count property of this Attribute. :type max_collection_count: int :param datatype_entity_key: The value to assign to the datatype_entity_key property of this Attribute. :type datatype_entity_key: str :param external_datatype_entity_key: The value to assign to the external_datatype_entity_key property of this Attribute. :type external_datatype_entity_key: str :param parent_attribute_key: The value to assign to the parent_attribute_key property of this Attribute. :type parent_attribute_key: str :param external_parent_attribute_key: The value to assign to the external_parent_attribute_key property of this Attribute. :type external_parent_attribute_key: str :param length: The value to assign to the length property of this Attribute. :type length: int :param position: The value to assign to the position property of this Attribute. :type position: int :param precision: The value to assign to the precision property of this Attribute. :type precision: int :param scale: The value to assign to the scale property of this Attribute. :type scale: int :param time_external: The value to assign to the time_external property of this Attribute. :type time_external: datetime :param time_harvested: The value to assign to the time_harvested property of this Attribute. :type time_harvested: datetime :param object_relationships: The value to assign to the object_relationships property of this Attribute. :type object_relationships: list[oci.data_catalog.models.ObjectRelationship] :param is_derived_attribute: The value to assign to the is_derived_attribute property of this Attribute. :type is_derived_attribute: bool :param uri: The value to assign to the uri property of this Attribute. :type uri: str :param path: The value to assign to the path property of this Attribute. :type path: str :param custom_property_members: The value to assign to the custom_property_members property of this Attribute. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] :param properties: The value to assign to the properties property of this Attribute. :type properties: dict(str, dict(str, str)) :param associated_rule_types: The value to assign to the associated_rule_types property of this Attribute. Allowed values for items in this list are: "PRIMARYKEY", "FOREIGNKEY", "UNIQUEKEY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type associated_rule_types: list[str] �strZdatetime�bool�intzlist[ObjectRelationship]zlist[CustomPropertyGetUsage]zdict(str, dict(str, str))z list[str])#�key�display_name� business_name�description� entity_key�lifecycle_state�lifecycle_details�time_created�time_updated� created_by_id� updated_by_id�external_data_type�external_key�is_incremental_data�is_nullable�type_key�min_collection_count�max_collection_count�datatype_entity_key�external_datatype_entity_key�parent_attribute_key�external_parent_attribute_key�length�position� precision�scale� time_external�time_harvested�object_relationships�is_derived_attribute�uri�path�custom_property_members� properties�associated_rule_typesr ZdisplayNameZbusinessNamer Z entityKeyZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdZexternalDataTypeZexternalKeyZisIncrementalDataZ isNullableZtypeKeyZminCollectionCountZmaxCollectionCountZdatatypeEntityKeyZexternalDatatypeEntityKeyZparentAttributeKeyZexternalParentAttributeKeyr+ r, r- r. ZtimeExternalZ timeHarvestedZobjectRelationshipsZisDerivedAttributer3 r4 ZcustomPropertyMembersr6 ZassociatedRuleTypesN)%Z swagger_typesZ attribute_map�_key� _display_name�_business_name�_description�_entity_key�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_created_by_id�_updated_by_id�_external_data_type� _external_key�_is_incremental_data�_is_nullable� _type_key�_min_collection_count�_max_collection_count�_datatype_entity_key�_external_datatype_entity_key�_parent_attribute_key�_external_parent_attribute_key�_length� _position� _precision�_scale�_time_external�_time_harvested�_object_relationships�_is_derived_attribute�_uri�_path�_custom_property_members�_properties�_associated_rule_types)�self�kwargs� r] �E/usr/lib/python3.9/site-packages/oci/data_catalog/models/attribute.py�__init__? s� �'�&zAttribute.__init__c C s | j S )z� **[Required]** Gets the key of this Attribute. Unique attribute key that is immutable. :return: The key of this Attribute. :rtype: str �r8 �r[ r] r] r^ r E s z Attribute.keyc C s || _ dS )z� Sets the key of this Attribute. Unique attribute key that is immutable. :param key: The key of this Attribute. :type: str Nr` )r[ r r] r] r^ r Q s c C s | j S )a Gets the display_name of this Attribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Attribute. :rtype: str �r9 ra r] r] r^ r ] s zAttribute.display_namec C s || _ dS )a Sets the display_name of this Attribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this Attribute. :type: str Nrb )r[ r r] r] r^ r j s c C s | j S )a Gets the business_name of this Attribute. Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object. :return: The business_name of this Attribute. :rtype: str �r: ra r] r] r^ r w s zAttribute.business_namec C s || _ dS )a Sets the business_name of this Attribute. Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object. :param business_name: The business_name of this Attribute. :type: str Nrc )r[ r r] r] r^ r � s c C s | j S )z� Gets the description of this Attribute. Detailed description of the attribute. :return: The description of this Attribute. :rtype: str �r; ra r] r] r^ r � s zAttribute.descriptionc C s || _ dS )z� Sets the description of this Attribute. Detailed description of the attribute. :param description: The description of this Attribute. :type: str Nrd )r[ r r] r] r^ r � s c C s | j S )z� Gets the entity_key of this Attribute. The unique key of the parent entity. :return: The entity_key of this Attribute. :rtype: str �r<