FieldMapWrapper¶
- 
class oci.data_integration.models.FieldMapWrapper(**kwargs)¶
- Bases: - object- A wrapper for a field map. - Methods - __init__(**kwargs)- Initializes a new FieldMapWrapper object with values from keyword arguments. - Attributes - field_map- Gets the field_map of this FieldMapWrapper. - 
__init__(**kwargs)¶
- Initializes a new FieldMapWrapper object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - field_map (oci.data_integration.models.FieldMap) – The value to assign to the field_map property of this FieldMapWrapper. 
 - 
field_map¶
- Gets the field_map of this FieldMapWrapper. - Returns: - The field_map of this FieldMapWrapper. - Return type: - oci.data_integration.models.FieldMap 
 
-