DataTableResponseObject Class
Data Table which defines columns and raw row values.
- Inheritance
-
azure.mgmt.web._serialization.ModelDataTableResponseObject
Constructor
DataTableResponseObject(*, table_name: str | None = None, columns: List[_models.DataTableResponseColumn] | None = None, rows: List[List[str]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
table_name
|
Name of the table. |
columns
|
List of columns with data types. |
rows
|
Raw row values. |
Variables
Name | Description |
---|---|
table_name
|
Name of the table. |
columns
|
List of columns with data types. |
rows
|
Raw row values. |
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