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� �Zdd� Z dd� Zdd� ZdS )�SavedCustomTablez: The custom table for Cost Analysis UI rendering. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a~ Initializes a new SavedCustomTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this SavedCustomTable. :type display_name: str :param row_group_by: The value to assign to the row_group_by property of this SavedCustomTable. :type row_group_by: list[str] :param column_group_by: The value to assign to the column_group_by property of this SavedCustomTable. :type column_group_by: list[str] :param group_by_tag: The value to assign to the group_by_tag property of this SavedCustomTable. :type group_by_tag: list[oci.usage_api.models.Tag] :param compartment_depth: The value to assign to the compartment_depth property of this SavedCustomTable. :type compartment_depth: float :param version: The value to assign to the version property of this SavedCustomTable. :type version: float �strz list[str]z list[Tag]�float)�display_name�row_group_by�column_group_by�group_by_tag�compartment_depth�versionZdisplayNameZ rowGroupByZ columnGroupByZ groupByTagZcompartmentDepthr N)Z swagger_typesZ attribute_map� _display_name� _row_group_by�_column_group_by� _group_by_tag�_compartment_depth�_version)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/usage_api/models/saved_custom_table.py�__init__ s( � � zSavedCustomTable.__init__c C s | j S )z� **[Required]** Gets the display_name of this SavedCustomTable. The name of the custom table. :return: The display_name of this SavedCustomTable. :rtype: str �r �r r r r r I s zSavedCustomTable.display_namec C s || _ dS )z� Sets the display_name of this SavedCustomTable. The name of the custom table. :param display_name: The display_name of this SavedCustomTable. :type: str Nr )r r r r r r U s c C s | j S )a� Gets the row_group_by of this SavedCustomTable. The row groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]` :return: The row_group_by of this SavedCustomTable. :rtype: list[str] �r r r r r r a s zSavedCustomTable.row_group_byc C s || _ dS )a� Sets the row_group_by of this SavedCustomTable. The row groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]` :param row_group_by: The row_group_by of this SavedCustomTable. :type: list[str] Nr )r r r r r r q s c C s | j S )a� Gets the column_group_by of this SavedCustomTable. The column groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]` :return: The column_group_by of this SavedCustomTable. :rtype: list[str] �r r r r r r � s z SavedCustomTable.column_group_byc C s || _ dS )a� Sets the column_group_by of this SavedCustomTable. The column groupBy key list. example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]` :param column_group_by: The column_group_by of this SavedCustomTable. :type: list[str] Nr )r r r r r r � s c C s | j S )a{ Gets the group_by_tag of this SavedCustomTable. GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only one tag in the list is supported. For example: `[{"namespace":"oracle", "key":"createdBy"]` :return: The group_by_tag of this SavedCustomTable. :rtype: list[oci.usage_api.models.Tag] �r r r r r r � s zSavedCustomTable.group_by_tagc C s || _ dS )a� Sets the group_by_tag of this SavedCustomTable. GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only one tag in the list is supported. For example: `[{"namespace":"oracle", "key":"createdBy"]` :param group_by_tag: The group_by_tag of this SavedCustomTable. :type: list[oci.usage_api.models.Tag] Nr )r r r r r r � s c C s | j S )z� Gets the compartment_depth of this SavedCustomTable. The compartment depth level. :return: The compartment_depth of this SavedCustomTable. :rtype: float �r r r r r r � s z"SavedCustomTable.compartment_depthc C s || _ dS )z� Sets the compartment_depth of this SavedCustomTable. The compartment depth level. :param compartment_depth: The compartment_depth of this SavedCustomTable. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the version of this SavedCustomTable. The version of the custom table. :return: The version of this SavedCustomTable. :rtype: float �r r r r r r � s zSavedCustomTable.versionc C s || _ dS )z� Sets the version of this SavedCustomTable. The version of the custom table. :param version: The version of this SavedCustomTable. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zSavedCustomTable.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSavedCustomTable.__eq__c C s | |k S r! r r$ r r r �__ne__� s zSavedCustomTable.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"