CreateStatementDetails

class oci.data_flow.models.CreateStatementDetails(**kwargs)

Bases: object

The details required to create a statement.

Methods

__init__(**kwargs) Initializes a new CreateStatementDetails object with values from keyword arguments.

Attributes

code [Required] Gets the code of this CreateStatementDetails.
__init__(**kwargs)

Initializes a new CreateStatementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:code (str) – The value to assign to the code property of this CreateStatementDetails.
code

[Required] Gets the code of this CreateStatementDetails. The statement code to execute. Example: println(sc.version)

Returns:The code of this CreateStatementDetails.
Return type:str