AbstractFormattedText¶
- 
class oci.data_integration.models.AbstractFormattedText(**kwargs)¶
- Bases: - object- The type of the formatted text. - Methods - __init__(**kwargs)- Initializes a new AbstractFormattedText object with values from keyword arguments. - Attributes - config_values- Gets the config_values of this AbstractFormattedText. - 
__init__(**kwargs)¶
- Initializes a new AbstractFormattedText object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this AbstractFormattedText. 
 - 
config_values¶
- Gets the config_values of this AbstractFormattedText. - Returns: - The config_values of this AbstractFormattedText. - Return type: - oci.data_integration.models.ConfigValues 
 
-