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
/
ReportConfigSortingResponse
Report
Config
Sorting
Response
data
class
ReportConfigSortingResponse
(
val
direction
:
String
?
=
null
,
val
name
:
String
)
The order by expression to be used in the report.
Members
Constructors
Report
Config
Sorting
Response
Link copied to clipboard
constructor
(
direction
:
String
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
String
?
=
null
Direction of sort.
name
Link copied to clipboard
val
name
:
String
The name of the column to sort.