DiagnosticDataTableResponseColumn Class

Diagnostics data column.

Inheritance
azure.mgmt.appcontainers._serialization.Model
DiagnosticDataTableResponseColumn

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
str

Column name.

data_type
str

Data type of the column.

column_type
str

Column type.

Variables

Name Description
column_name
str

Column name.

data_type
str

Data type of the column.

column_type
str

Column type.