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 d d� Z dd� Zdd� ZdS )�FullPushDownTaskResponsez! The full pushdown task. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new FullPushDownTaskResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this FullPushDownTaskResponse. :type model_type: str :param error_message: The value to assign to the error_message property of this FullPushDownTaskResponse. :type error_message: str :param status: The value to assign to the status property of this FullPushDownTaskResponse. :type status: str �str)� model_type� error_message�status� modelType�errorMessager N)� swagger_types� attribute_map�_model_type�_error_message�_status)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/full_push_down_task_response.py�__init__ s ��z!FullPushDownTaskResponse.__init__c C s | j S )z� **[Required]** Gets the model_type of this FullPushDownTaskResponse. The type of of FullPushDownTask response. :return: The model_type of this FullPushDownTaskResponse. :rtype: str �r �r r r r r 2 s z#FullPushDownTaskResponse.model_typec C s || _ dS )z� Sets the model_type of this FullPushDownTaskResponse. The type of of FullPushDownTask response. :param model_type: The model_type of this FullPushDownTaskResponse. :type: str Nr )r r r r r r >