toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.customerinsights.kotlin.outputs
/
KpiGroupByMetadataResponse
Kpi
Group
By
Metadata
Response
data
class
KpiGroupByMetadataResponse
(
val
displayName
:
Map
<
String
,
String
>
?
=
null
,
val
fieldName
:
String
?
=
null
,
val
fieldType
:
String
?
=
null
)
The KPI GroupBy field metadata.
Members
Constructors
Kpi
Group
By
Metadata
Response
Link copied to clipboard
constructor
(
displayName
:
Map
<
String
,
String
>
?
=
null
,
fieldName
:
String
?
=
null
,
fieldType
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
display
Name
Link copied to clipboard
val
displayName
:
Map
<
String
,
String
>
?
=
null
The display name.
field
Name
Link copied to clipboard
val
fieldName
:
String
?
=
null
The name of the field.
field
Type
Link copied to clipboard
val
fieldType
:
String
?
=
null
The type of the field.