FunctionSignature

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

Bases: object

The function signature can specify function paramaters and/or function return type.

Attributes

MODEL_TYPE_DIS_FUNCTION_SIGNATURE A constant which can be used with the model_type property of a FunctionSignature.
arguments Gets the arguments of this FunctionSignature.
description Gets the description of this FunctionSignature.
key Gets the key of this FunctionSignature.
model_type Gets the model_type of this FunctionSignature.
model_version Gets the model_version of this FunctionSignature.
name Gets the name of this FunctionSignature.
object_status Gets the object_status of this FunctionSignature.
parent_ref Gets the parent_ref of this FunctionSignature.
ret_type Gets the ret_type of this FunctionSignature.

Methods

__init__(**kwargs) Initializes a new FunctionSignature object with values from keyword arguments.
MODEL_TYPE_DIS_FUNCTION_SIGNATURE = 'DIS_FUNCTION_SIGNATURE'

A constant which can be used with the model_type property of a FunctionSignature. This constant has a value of “DIS_FUNCTION_SIGNATURE”

__init__(**kwargs)

Initializes a new FunctionSignature 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 FunctionSignature.
  • model_type (str) – The value to assign to the model_type property of this FunctionSignature. Allowed values for this property are: “DIS_FUNCTION_SIGNATURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • model_version (str) – The value to assign to the model_version property of this FunctionSignature.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FunctionSignature.
  • name (str) – The value to assign to the name property of this FunctionSignature.
  • ret_type (oci.data_integration.models.ConfiguredType) – The value to assign to the ret_type property of this FunctionSignature.
  • arguments (list[oci.data_integration.models.TypedObject]) – The value to assign to the arguments property of this FunctionSignature.
  • description (str) – The value to assign to the description property of this FunctionSignature.
  • object_status (int) – The value to assign to the object_status property of this FunctionSignature.
arguments

Gets the arguments of this FunctionSignature. An array of function arguments.

Returns:The arguments of this FunctionSignature.
Return type:list[oci.data_integration.models.TypedObject]
description

Gets the description of this FunctionSignature. Detailed description for the object.

Returns:The description of this FunctionSignature.
Return type:str
key

Gets the key of this FunctionSignature. The key of the object.

Returns:The key of this FunctionSignature.
Return type:str
model_type

Gets the model_type of this FunctionSignature. The type of the object.

Allowed values for this property are: “DIS_FUNCTION_SIGNATURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The model_type of this FunctionSignature.
Return type:str
model_version

Gets the model_version of this FunctionSignature. The model version of an object.

Returns:The model_version of this FunctionSignature.
Return type:str
name

Gets the name of this FunctionSignature. 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 FunctionSignature.
Return type:str
object_status

Gets the object_status of this FunctionSignature. 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 FunctionSignature.
Return type:int
parent_ref

Gets the parent_ref of this FunctionSignature.

Returns:The parent_ref of this FunctionSignature.
Return type:oci.data_integration.models.ParentReference
ret_type

Gets the ret_type of this FunctionSignature.

Returns:The ret_type of this FunctionSignature.
Return type:oci.data_integration.models.ConfiguredType