pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
Get
Package
Download
URLResult
Link copied to clipboard
fun
GetPackageDownloadURLResult
(
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.