ruạṛ
a O��fp � @ 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 )�VerifyOutputz% Verify acceleration output. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new VerifyOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scheduled_task_id: The value to assign to the scheduled_task_id property of this VerifyOutput. :type scheduled_task_id: str :param response_time_in_ms: The value to assign to the response_time_in_ms property of this VerifyOutput. :type response_time_in_ms: int :param total_matched_count: The value to assign to the total_matched_count property of this VerifyOutput. :type total_matched_count: int :param total_count: The value to assign to the total_count property of this VerifyOutput. :type total_count: int :param columns: The value to assign to the columns property of this VerifyOutput. :type columns: list[oci.log_analytics.models.ResultColumn] :param results: The value to assign to the results property of this VerifyOutput. :type results: list[dict(str, object)] �str�intzlist[ResultColumn]zlist[dict(str, object)])�scheduled_task_id�response_time_in_ms�total_matched_count�total_count�columns�results�scheduledTaskId�responseTimeInMs�totalMatchedCount� totalCountr r N)� swagger_types� attribute_map�_scheduled_task_id�_response_time_in_ms�_total_matched_count�_total_count�_columns�_results)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/verify_output.py�__init__ s( � � zVerifyOutput.__init__c C s | j S )z� **[Required]** Gets the scheduled_task_id of this VerifyOutput. Acceleration task identifier. :return: The scheduled_task_id of this VerifyOutput. :rtype: str �r �r r r r r G s zVerifyOutput.scheduled_task_idc C s || _ dS )z� Sets the scheduled_task_id of this VerifyOutput. Acceleration task identifier. :param scheduled_task_id: The scheduled_task_id of this VerifyOutput. :type: str Nr )r r r r r r S s c C s | j S )z� **[Required]** Gets the response_time_in_ms of this VerifyOutput. Response time in ms. :return: The response_time_in_ms of this VerifyOutput. :rtype: int �r r! r r r r _ s z VerifyOutput.response_time_in_msc C s || _ dS )z� Sets the response_time_in_ms of this VerifyOutput. Response time in ms. :param response_time_in_ms: The response_time_in_ms of this VerifyOutput. :type: int Nr"