DatabaseToolsMcpToolsetCustomSqlToolVariable¶
-
class
oci.database_tools.models.DatabaseToolsMcpToolsetCustomSqlToolVariable(**kwargs)¶ Bases:
objectA variable to use within a query
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpToolsetCustomSqlToolVariable object with values from keyword arguments. Attributes
description[Required] Gets the description of this DatabaseToolsMcpToolsetCustomSqlToolVariable. name[Required] Gets the name of this DatabaseToolsMcpToolsetCustomSqlToolVariable. type[Required] Gets the type of this DatabaseToolsMcpToolsetCustomSqlToolVariable. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpToolsetCustomSqlToolVariable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DatabaseToolsMcpToolsetCustomSqlToolVariable.
- description (str) – The value to assign to the description property of this DatabaseToolsMcpToolsetCustomSqlToolVariable.
- type (str) – The value to assign to the type property of this DatabaseToolsMcpToolsetCustomSqlToolVariable.
-
description¶ [Required] Gets the description of this DatabaseToolsMcpToolsetCustomSqlToolVariable. The description of the variable
Returns: The description of this DatabaseToolsMcpToolsetCustomSqlToolVariable. Return type: str
-
name¶ [Required] Gets the name of this DatabaseToolsMcpToolsetCustomSqlToolVariable. The name of the variable
Returns: The name of this DatabaseToolsMcpToolsetCustomSqlToolVariable. Return type: str
-
type¶ [Required] Gets the type of this DatabaseToolsMcpToolsetCustomSqlToolVariable. The type of the variable
Returns: The type of this DatabaseToolsMcpToolsetCustomSqlToolVariable. Return type: str
-