Script¶
-
class
oci.data_integration.models.
Script
(**kwargs)¶ Bases:
object
The script object.
Methods
__init__
(**kwargs)Initializes a new Script object with values from keyword arguments. Attributes
key
Gets the key of this Script. model_type
Gets the model_type of this Script. model_version
Gets the model_version of this Script. object_status
Gets the object_status of this Script. parent_ref
Gets the parent_ref of this Script. -
__init__
(**kwargs)¶ Initializes a new Script 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 Script.
- model_type (str) – The value to assign to the model_type property of this Script.
- model_version (str) – The value to assign to the model_version property of this Script.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this Script.
- object_status (int) – The value to assign to the object_status property of this Script.
-
key
¶ Gets the key of this Script. The key of the object.
Returns: The key of this Script. Return type: str
-
model_type
¶ Gets the model_type of this Script. The type of the object.
Returns: The model_type of this Script. Return type: str
-
model_version
¶ Gets the model_version of this Script. The model version of an object.
Returns: The model_version of this Script. Return type: str
-
object_status
¶ Gets the object_status of this Script. 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 Script. Return type: int
-
parent_ref
¶ Gets the parent_ref of this Script.
Returns: The parent_ref of this Script. Return type: oci.data_integration.models.ParentReference
-