RootObject¶
- 
class oci.data_integration.models.RootObject(**kwargs)¶
- Bases: - object- A base class for all model types, including First Class and its contained objects. - Methods - __init__(**kwargs)- Initializes a new RootObject object with values from keyword arguments. - Attributes - key- Gets the key of this RootObject. - model_type- Gets the model_type of this RootObject. - model_version- Gets the model_version of this RootObject. - object_status- Gets the object_status of this RootObject. - parent_ref- Gets the parent_ref of this RootObject. - 
__init__(**kwargs)¶
- Initializes a new RootObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key (str) – The value to assign to the key property of this RootObject.
- model_type (str) – The value to assign to the model_type property of this RootObject.
- model_version (str) – The value to assign to the model_version property of this RootObject.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this RootObject.
- object_status (int) – The value to assign to the object_status property of this RootObject.
 
 - 
key¶
- Gets the key of this RootObject. The key of the object. - Returns: - The key of this RootObject. - Return type: - str 
 - 
model_type¶
- Gets the model_type of this RootObject. The type of the object. - Returns: - The model_type of this RootObject. - Return type: - str 
 - 
model_version¶
- Gets the model_version of this RootObject. The model version of an object. - Returns: - The model_version of this RootObject. - Return type: - str 
 - 
object_status¶
- Gets the object_status of this RootObject. 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 RootObject. - Return type: - int 
 - 
parent_ref¶
- Gets the parent_ref of this RootObject. - Returns: - The parent_ref of this RootObject. - Return type: - oci.data_integration.models.ParentReference 
 
-