toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.costmanagement.kotlin.outputs
/
PivotPropertiesResponse
Pivot
Properties
Response
data
class
PivotPropertiesResponse
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Each pivot must contain a 'type' and 'name'.
Members
Constructors
Pivot
Properties
Response
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Data field to show in view.
type
Link copied to clipboard
val
type
:
String
?
=
null
Data type to show in view.