FlattenTypeHandler

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

Bases: oci.data_integration.models.dynamic_type_handler.DynamicTypeHandler

The flatten type handler.

Attributes

MODEL_TYPE_FLATTEN_TYPE_HANDLER str(object=’’) -> str
MODEL_TYPE_RULE_TYPE_CONFIGS str(object=’’) -> str
config_values Gets the config_values of this FlattenTypeHandler.
flatten_details Gets the flatten_details of this FlattenTypeHandler.
key Gets the key of this FlattenTypeHandler.
model_type [Required] Gets the model_type of this DynamicTypeHandler.
model_version Gets the model_version of this FlattenTypeHandler.
object_status Gets the object_status of this FlattenTypeHandler.
parent_ref Gets the parent_ref of this FlattenTypeHandler.
scope Gets the scope of this FlattenTypeHandler.

Methods

__init__(**kwargs) Initializes a new FlattenTypeHandler object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MODEL_TYPE_FLATTEN_TYPE_HANDLER = 'FLATTEN_TYPE_HANDLER'
MODEL_TYPE_RULE_TYPE_CONFIGS = 'RULE_TYPE_CONFIGS'
__init__(**kwargs)

Initializes a new FlattenTypeHandler object with values from keyword arguments. The default value of the model_type attribute of this class is FLATTEN_TYPE_HANDLER and it should not be changed. 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 FlattenTypeHandler. Allowed values for this property are: “RULE_TYPE_CONFIGS”, “FLATTEN_TYPE_HANDLER”
  • key (str) – The value to assign to the key property of this FlattenTypeHandler.
  • model_version (str) – The value to assign to the model_version property of this FlattenTypeHandler.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FlattenTypeHandler.
  • scope (str) – The value to assign to the scope property of this FlattenTypeHandler.
  • flatten_details (str) – The value to assign to the flatten_details property of this FlattenTypeHandler.
  • config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this FlattenTypeHandler.
  • object_status (int) – The value to assign to the object_status property of this FlattenTypeHandler.
config_values

Gets the config_values of this FlattenTypeHandler.

Returns:The config_values of this FlattenTypeHandler.
Return type:oci.data_integration.models.ConfigValues
flatten_details

Gets the flatten_details of this FlattenTypeHandler. Contains a key for referencing the flattenDetails information.

Returns:The flatten_details of this FlattenTypeHandler.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

key

Gets the key of this FlattenTypeHandler. The key of the object.

Returns:The key of this FlattenTypeHandler.
Return type:str
model_type

[Required] Gets the model_type of this DynamicTypeHandler. The dynamic type handler.

Allowed values for this property are: “RULE_TYPE_CONFIGS”, “FLATTEN_TYPE_HANDLER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The model_type of this DynamicTypeHandler.
Return type:str
model_version

Gets the model_version of this FlattenTypeHandler. The model version of an object.

Returns:The model_version of this FlattenTypeHandler.
Return type:str
object_status

Gets the object_status of this FlattenTypeHandler. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this FlattenTypeHandler.
Return type:int
parent_ref

Gets the parent_ref of this FlattenTypeHandler.

Returns:The parent_ref of this FlattenTypeHandler.
Return type:oci.data_integration.models.ParentReference
scope

Gets the scope of this FlattenTypeHandler. Reference key for the typed object.

Returns:The scope of this FlattenTypeHandler.
Return type:str