DataTableResponseColumn Class

Column definition.

Inheritance
azure.mgmt.web._serialization.Model
DataTableResponseColumn

Constructor

DataTableResponseColumn(*, column_name: str | None = None, data_type: str | None = None, column_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
column_name
str

Name of the column.

data_type
str

Data type which looks like 'String' or 'Int32'.

column_type
str

Column Type.

Variables

Name Description
column_name
str

Name of the column.

data_type
str

Data type which looks like 'String' or 'Int32'.

column_type
str

Column Type.