getRelease

Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default live channel and any active preview channels for the specified site.

Return

null

Parameters

argument

null


suspend fun getRelease(channelId: String, project: String? = null, releaseId: String, siteId: String): GetReleaseResult

Return

null

See also

Parameters

channelId
project
releaseId
siteId

suspend fun getRelease(argument: suspend GetReleasePlainArgsBuilder.() -> Unit): GetReleaseResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.firebasehosting.v1beta1.kotlin.inputs.GetReleasePlainArgs.