FullPushDownTaskResponse¶
-
class
oci.data_connectivity.models.
FullPushDownTaskResponse
(**kwargs)¶ Bases:
object
The full pushdown task
Methods
__init__
(**kwargs)Initializes a new FullPushDownTaskResponse object with values from keyword arguments. Attributes
error_message
Gets the error_message of this FullPushDownTaskResponse. model_type
[Required] Gets the model_type of this FullPushDownTaskResponse. status
Gets the status of this FullPushDownTaskResponse. -
__init__
(**kwargs)¶ Initializes a new FullPushDownTaskResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - model_type (str) – The value to assign to the model_type property of this FullPushDownTaskResponse.
- error_message (str) – The value to assign to the error_message property of this FullPushDownTaskResponse.
- status (str) – The value to assign to the status property of this FullPushDownTaskResponse.
-
error_message
¶ Gets the error_message of this FullPushDownTaskResponse. The error message in response object.
Returns: The error_message of this FullPushDownTaskResponse. Return type: str
-
model_type
¶ [Required] Gets the model_type of this FullPushDownTaskResponse. The type of of FullPushDownTask Response.
Returns: The model_type of this FullPushDownTaskResponse. Return type: str
-
status
¶ Gets the status of this FullPushDownTaskResponse. The status of FullPushDownTask.
Returns: The status of this FullPushDownTaskResponse. Return type: str
-