getVersion

Get the specified version that has been created for the specified site. This can include versions that were created for the default live channel or for any active preview channels for the specified site.

Return

null

Parameters

argument

null


suspend fun getVersion(project: String? = null, siteId: String, versionId: String): GetVersionResult

Return

null

See also

Parameters

project
siteId
versionId

suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult

Return

null

See also

Parameters

argument

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