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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python