DiagnosticDataTableResponseColumn Class
Diagnostics data column.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticDataTableResponseColumn
Constructor
DiagnosticDataTableResponseColumn(*, column_name: str | None = None, data_type: str | None = None, column_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
column_name
|
Column name. |
data_type
|
Data type of the column. |
column_type
|
Column type. |
Variables
Name | Description |
---|---|
column_name
|
Column name. |
data_type
|
Data type of the column. |
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