pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Export
Execution
List
Result
Response
Link copied to clipboard
fun
ExportExecutionListResultResponse
(
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.