pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.insights.kotlin.outputs
/
ColumnDefinitionResponse
Column
Definition
Response
data
class
ColumnDefinitionResponse
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Definition of custom data column.
Types
Constructors
Properties
Constructors
Column
Definition
Response
Link copied to clipboard
fun
ColumnDefinitionResponse
(
name
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the column.
type
Link copied to clipboard
val
type
:
String
?
=
null
The type of the column data.