ruạṛ
a O��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�version�displayName� rowGroupBy� columnGroupBy� groupByTag�compartmentDepthr N)� swagger_types� attribute_map� _display_name� _row_group_by�_column_group_by� _group_by_tag�_compartment_depth�_version)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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 S 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"