TypedObjectWrapper

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

Bases: object

A wrapper for a typed object.

Methods

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

Attributes

typed_object Gets the typed_object of this TypedObjectWrapper.
__init__(**kwargs)

Initializes a new TypedObjectWrapper object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:typed_object (oci.data_integration.models.TypedObject) – The value to assign to the typed_object property of this TypedObjectWrapper.
typed_object

Gets the typed_object of this TypedObjectWrapper.

Returns:The typed_object of this TypedObjectWrapper.
Return type:oci.data_integration.models.TypedObject