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
/
ExportExecutionListResultResponse
Export
Execution
List
Result
Response
data
class
ExportExecutionListResultResponse
(
val
value
:
List
<
ExportRunResponse
>
)
Result of listing the run history of an export.
Members
Constructors
Export
Execution
List
Result
Response
Link copied to clipboard
constructor
(
value
:
List
<
ExportRunResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
val
value
:
List
<
ExportRunResponse
>
A list of export runs.