ruạṛ
a N��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 �isHidden�displayOrder�groupByFieldName�countOf� scimFilterN)� swagger_types� attribute_map�_name� _is_hidden�_display_order�_group_by_field_name� _count_of�_scim_filter)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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"