getVersion

Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.

Return

null

Parameters

argument

null


suspend fun getVersion(appId: String, serviceId: String, versionId: String, view: String? = null): GetVersionResult

Return

null

See also

Parameters

appId
serviceId
versionId
view

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

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.appengine.v1beta.kotlin.inputs.GetVersionPlainArgs.