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 )�Summaryz& Summary of the audit report. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Summary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Summary. :type name: str :param is_hidden: The value to assign to the is_hidden property of this Summary. :type is_hidden: bool :param display_order: The value to assign to the display_order property of this Summary. :type display_order: int :param group_by_field_name: The value to assign to the group_by_field_name property of this Summary. :type group_by_field_name: str :param count_of: The value to assign to the count_of property of this Summary. :type count_of: str :param scim_filter: The value to assign to the scim_filter property of this Summary. :type scim_filter: str �str�bool�int)�name� is_hidden� display_order�group_by_field_name�count_of�scim_filterr ZisHiddenZdisplayOrderZgroupByFieldName�countOfZ scimFilterN)Z swagger_typesZ attribute_map�_name� _is_hidden�_display_order�_group_by_field_name� _count_of�_scim_filter)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/data_safe/models/summary.py�__init__ s( � � zSummary.__init__c C s | j S )z� **[Required]** Gets the name of this Summary. Name of the report summary. :return: The name of this Summary. :rtype: str �r �r r r r r I s zSummary.namec C s || _ dS )z� Sets the name of this Summary. Name of the report summary. :param name: The name of this Summary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the is_hidden of this Summary. Indicates if the summary is hidden. Values can either be 'true' or 'false'. :return: The is_hidden of this Summary. :rtype: bool �r r r r r r a s zSummary.is_hiddenc C s || _ dS )z� Sets the is_hidden of this Summary. Indicates if the summary is hidden. Values can either be 'true' or 'false'. :param is_hidden: The is_hidden of this Summary. :type: bool Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the display_order of this Summary. Specifies the order in which the summary must be displayed. :return: The display_order of this Summary. :rtype: int �r r r r r r y s zSummary.display_orderc C s || _ dS )z� Sets the display_order of this Summary. Specifies the order in which the summary must be displayed. :param display_order: The display_order of this Summary. :type: int Nr )r r r r r r � s c C s | j S )a Gets the group_by_field_name of this Summary. A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary. :return: The group_by_field_name of this Summary. :rtype: str �r r r r r r � s zSummary.group_by_field_namec C s || _ dS )a% Sets the group_by_field_name of this Summary. A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary. :param group_by_field_name: The group_by_field_name of this Summary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the count_of of this Summary. Name of the key or count of object. :return: The count_of of this Summary. :rtype: str �r r r r r r � s zSummary.count_ofc C s || _ dS )z� Sets the count_of of this Summary. Name of the key or count of object. :param count_of: The count_of of this Summary. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the scim_filter of this Summary. Additional scim filters used to get the specific summary. :return: The scim_filter of this Summary. :rtype: str �r r r r r r � s zSummary.scim_filterc C s || _ dS )z� Sets the scim_filter of this Summary. Additional scim filters used to get the specific summary. :param scim_filter: The scim_filter of this Summary. :type: str Nr"