ColumnName¶
-
class
oci.log_analytics.models.
ColumnName
(**kwargs)¶ Bases:
object
Column Names from a SQL Query
Methods
__init__
(**kwargs)Initializes a new ColumnName object with values from keyword arguments. Attributes
name
Gets the name of this ColumnName. -
__init__
(**kwargs)¶ Initializes a new ColumnName 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 ColumnName.
-
name
¶ Gets the name of this ColumnName. The column name from a SQL query.
Returns: The name of this ColumnName. Return type: str
-