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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�PreauthenticatedRequestSummaryzC Get summary information about pre-authenticated requests. � ObjectRead�ObjectWrite�ObjectReadWrite�AnyObjectWrite� AnyObjectRead�AnyObjectReadWritec K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aK Initializes a new PreauthenticatedRequestSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PreauthenticatedRequestSummary. :type id: str :param name: The value to assign to the name property of this PreauthenticatedRequestSummary. :type name: str :param object_name: The value to assign to the object_name property of this PreauthenticatedRequestSummary. :type object_name: str :param bucket_listing_action: The value to assign to the bucket_listing_action property of this PreauthenticatedRequestSummary. :type bucket_listing_action: str :param access_type: The value to assign to the access_type property of this PreauthenticatedRequestSummary. Allowed values for this property are: "ObjectRead", "ObjectWrite", "ObjectReadWrite", "AnyObjectWrite", "AnyObjectRead", "AnyObjectReadWrite", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type access_type: str :param time_expires: The value to assign to the time_expires property of this PreauthenticatedRequestSummary. :type time_expires: datetime :param time_created: The value to assign to the time_created property of this PreauthenticatedRequestSummary. :type time_created: datetime �str�datetime)�id�name�object_name�bucket_listing_action�access_type�time_expires�time_createdr r � objectName�bucketListingAction� accessType�timeExpires�timeCreatedN) � swagger_types� attribute_map�_id�_name�_object_name�_bucket_listing_action�_access_type� _time_expires� _time_created)�self�kwargs� r&