toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.testbase.kotlin.outputs
/
GetTestResultVideoDownloadURLResult
Get
Test
Result
Video
Download
URLResult
data
class
GetTestResultVideoDownloadURLResult
(
val
downloadUrl
:
String
,
val
expirationTime
:
String
)
The response of getting a download URL.
Members
Constructors
Get
Test
Result
Video
Download
URLResult
Link copied to clipboard
constructor
(
downloadUrl
:
String
,
expirationTime
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
download
Url
Link copied to clipboard
val
downloadUrl
:
String
The download URL.
expiration
Time
Link copied to clipboard
val
expirationTime
:
String
Expiry date of the download URL.