ruạṛ
a O��fl � @ 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 d d� Z dd� Zdd� ZdS )�CreateCustomTableDetailsz" New custom table detail. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateCustomTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateCustomTableDetails. :type compartment_id: str :param saved_report_id: The value to assign to the saved_report_id property of this CreateCustomTableDetails. :type saved_report_id: str :param saved_custom_table: The value to assign to the saved_custom_table property of this CreateCustomTableDetails. :type saved_custom_table: oci.usage_api.models.SavedCustomTable �str�SavedCustomTable)�compartment_id�saved_report_id�saved_custom_table� compartmentId� savedReportId�savedCustomTableN)� swagger_types� attribute_map�_compartment_id�_saved_report_id�_saved_custom_table)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/create_custom_table_details.py�__init__ s ��z!CreateCustomTableDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateCustomTableDetails. The compartment OCID. :return: The compartment_id of this CreateCustomTableDetails. :rtype: str �r �r r r r r 2 s z'CreateCustomTableDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateCustomTableDetails. The compartment OCID. :param compartment_id: The compartment_id of this CreateCustomTableDetails. :type: str Nr )r r r r r r >