UpdateUserDefinedFunctionDetails¶
-
class
oci.data_integration.models.
UpdateUserDefinedFunctionDetails
(**kwargs)¶ Bases:
object
Properties used in user defined function update operations.
Methods
__init__
(**kwargs)Initializes a new UpdateUserDefinedFunctionDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateUserDefinedFunctionDetails. expr
Gets the expr of this UpdateUserDefinedFunctionDetails. identifier
Gets the identifier of this UpdateUserDefinedFunctionDetails. model_version
Gets the model_version of this UpdateUserDefinedFunctionDetails. name
Gets the name of this UpdateUserDefinedFunctionDetails. object_status
Gets the object_status of this UpdateUserDefinedFunctionDetails. object_version
Gets the object_version of this UpdateUserDefinedFunctionDetails. parent_ref
Gets the parent_ref of this UpdateUserDefinedFunctionDetails. registry_metadata
Gets the registry_metadata of this UpdateUserDefinedFunctionDetails. signatures
Gets the signatures of this UpdateUserDefinedFunctionDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateUserDefinedFunctionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateUserDefinedFunctionDetails.
- name (str) – The value to assign to the name property of this UpdateUserDefinedFunctionDetails.
- identifier (str) – The value to assign to the identifier property of this UpdateUserDefinedFunctionDetails.
- model_version (str) – The value to assign to the model_version property of this UpdateUserDefinedFunctionDetails.
- object_version (int) – The value to assign to the object_version property of this UpdateUserDefinedFunctionDetails.
- signatures (list[oci.data_integration.models.FunctionSignature]) – The value to assign to the signatures property of this UpdateUserDefinedFunctionDetails.
- expr (oci.data_integration.models.Expression) – The value to assign to the expr property of this UpdateUserDefinedFunctionDetails.
- description (str) – The value to assign to the description property of this UpdateUserDefinedFunctionDetails.
- object_status (int) – The value to assign to the object_status property of this UpdateUserDefinedFunctionDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateUserDefinedFunctionDetails.
-
description
¶ Gets the description of this UpdateUserDefinedFunctionDetails. Detailed description for the object.
Returns: The description of this UpdateUserDefinedFunctionDetails. Return type: str
-
expr
¶ Gets the expr of this UpdateUserDefinedFunctionDetails.
Returns: The expr of this UpdateUserDefinedFunctionDetails. Return type: oci.data_integration.models.Expression
-
identifier
¶ Gets the identifier of this UpdateUserDefinedFunctionDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this UpdateUserDefinedFunctionDetails. Return type: str
-
model_version
¶ Gets the model_version of this UpdateUserDefinedFunctionDetails. The model version of an object.
Returns: The model_version of this UpdateUserDefinedFunctionDetails. Return type: str
-
name
¶ Gets the name of this UpdateUserDefinedFunctionDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this UpdateUserDefinedFunctionDetails. Return type: str
-
object_status
¶ Gets the object_status of this UpdateUserDefinedFunctionDetails. 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 UpdateUserDefinedFunctionDetails. Return type: int
-
object_version
¶ Gets the object_version of this UpdateUserDefinedFunctionDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this UpdateUserDefinedFunctionDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this UpdateUserDefinedFunctionDetails.
Returns: The parent_ref of this UpdateUserDefinedFunctionDetails. Return type: oci.data_integration.models.ParentReference
-
registry_metadata
¶ Gets the registry_metadata of this UpdateUserDefinedFunctionDetails.
Returns: The registry_metadata of this UpdateUserDefinedFunctionDetails. Return type: oci.data_integration.models.RegistryMetadata
-
signatures
¶ Gets the signatures of this UpdateUserDefinedFunctionDetails. An array of function signature.
Returns: The signatures of this UpdateUserDefinedFunctionDetails. Return type: list[oci.data_integration.models.FunctionSignature]
-