DatabaseToolsSqlReportVariable¶
-
class
oci.database_tools.models.DatabaseToolsSqlReportVariable(**kwargs)¶ Bases:
objectA variable referenced in the Database Tools SQL Report source.
Methods
__init__(**kwargs)Initializes a new DatabaseToolsSqlReportVariable object with values from keyword arguments. Attributes
description[Required] Gets the description of this DatabaseToolsSqlReportVariable. name[Required] Gets the name of this DatabaseToolsSqlReportVariable. type[Required] Gets the type of this DatabaseToolsSqlReportVariable. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsSqlReportVariable 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 DatabaseToolsSqlReportVariable.
- description (str) – The value to assign to the description property of this DatabaseToolsSqlReportVariable.
- type (str) – The value to assign to the type property of this DatabaseToolsSqlReportVariable.
-
description¶ [Required] Gets the description of this DatabaseToolsSqlReportVariable. The description of the variable
Returns: The description of this DatabaseToolsSqlReportVariable. Return type: str
-
name¶ [Required] Gets the name of this DatabaseToolsSqlReportVariable. The name of the variable
Returns: The name of this DatabaseToolsSqlReportVariable. Return type: str
-
type¶ [Required] Gets the type of this DatabaseToolsSqlReportVariable. The type of the variable
Returns: The type of this DatabaseToolsSqlReportVariable. Return type: str
-