DataTableResponseColumn Class
Column definition.
- Inheritance
-
azure.mgmt.web._serialization.ModelDataTableResponseColumn
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
|
Name of the column. |
data_type
|
Data type which looks like 'String' or 'Int32'. |
column_type
|
Column Type. |
Variables
Name | Description |
---|---|
column_name
|
Name of the column. |
data_type
|
Data type which looks like 'String' or 'Int32'. |
column_type
|
Column Type. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python