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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python