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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�KnowledgeBaseSummaryz* The summary of a knowledge base. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )ai Initializes a new KnowledgeBaseSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this KnowledgeBaseSummary. :type id: str :param display_name: The value to assign to the display_name property of this KnowledgeBaseSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this KnowledgeBaseSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this KnowledgeBaseSummary. :type time_updated: datetime :param compartment_id: The value to assign to the compartment_id property of this KnowledgeBaseSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this KnowledgeBaseSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this KnowledgeBaseSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this KnowledgeBaseSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this KnowledgeBaseSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�display_name�time_created�time_updated�compartment_id�lifecycle_state� freeform_tags�defined_tags�system_tagsr ZdisplayNameZtimeCreatedZtimeUpdatedZ compartmentIdZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name� _time_created� _time_updated�_compartment_id�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/adm/models/knowledge_base_summary.py�__init__ s: +� �zKnowledgeBaseSummary.__init__c C s | j S )a/ **[Required]** Gets the id of this KnowledgeBaseSummary. The Oracle Cloud Identifier (`OCID`__) of the knowledge base. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this KnowledgeBaseSummary. :rtype: str �r �r r r r r ^ s zKnowledgeBaseSummary.idc C s || _ dS )a! Sets the id of this KnowledgeBaseSummary. The Oracle Cloud Identifier (`OCID`__) of the knowledge base. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this KnowledgeBaseSummary. :type: str Nr )r r r r r r l s c C s | j S )z� **[Required]** Gets the display_name of this KnowledgeBaseSummary. The name of the knowledge base. :return: The display_name of this KnowledgeBaseSummary. :rtype: str �r r r r r r z s z!KnowledgeBaseSummary.display_namec C s || _ dS )z� Sets the display_name of this KnowledgeBaseSummary. The name of the knowledge base. :param display_name: The display_name of this KnowledgeBaseSummary. :type: str Nr! )r r r r r r � s c C s | j S )aH **[Required]** Gets the time_created of this KnowledgeBaseSummary. The creation date and time of the knowledge base (formatted according to `RFC3339`__). __ https://datatracker.ietf.org/doc/html/rfc3339 :return: The time_created of this KnowledgeBaseSummary. :rtype: datetime �r r r r r r � s z!KnowledgeBaseSummary.time_createdc C s || _ dS )aD Sets the time_created of this KnowledgeBaseSummary. The creation date and time of the knowledge base (formatted according to `RFC3339`__). __ https://datatracker.ietf.org/doc/html/rfc3339 :param time_created: The time_created of this KnowledgeBaseSummary. :type: datetime Nr"