toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.testbase.kotlin.outputs
/
GetPackageDownloadURLResult
Get
Package
Download
URLResult
data
class
GetPackageDownloadURLResult
(
val
downloadUrl
:
String
,
val
expirationTime
:
String
)
The response of getting a download URL.
Members
Constructors
Get
Package
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.