JsonText

class oci.data_integration.models.JsonText(**kwargs)

Bases: object

The JSON type of the formatted text.

Methods

__init__(**kwargs) Initializes a new JsonText object with values from keyword arguments.

Attributes

config_values Gets the config_values of this JsonText.
model_type Gets the model_type of this JsonText.
__init__(**kwargs)

Initializes a new JsonText 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 JsonText.
  • config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this JsonText.
config_values

Gets the config_values of this JsonText.

Returns:The config_values of this JsonText.
Return type:oci.data_integration.models.ConfigValues
model_type

Gets the model_type of this JsonText. The object type.

Returns:The model_type of this JsonText.
Return type:str