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� �Zdd� Zdd� Z dd� ZdS )�Responsez5 A container object for response attributes. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )am Initializes a new Response object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this Response. :type status: str :param response_time: The value to assign to the response_time property of this Response. :type response_time: datetime :param headers: The value to assign to the headers property of this Response. :type headers: dict(str, list[str]) :param payload: The value to assign to the payload property of this Response. :type payload: dict(str, object) :param message: The value to assign to the message property of this Response. :type message: str �strZdatetimezdict(str, list[str])zdict(str, object))�status� response_time�headers�payload�messager ZresponseTimer r r N)Z swagger_typesZ attribute_map�_status�_response_time�_headers�_payload�_message)�self�kwargs� r �=/usr/lib/python3.9/site-packages/oci/audit/models/response.py�__init__ s"