getModel

suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Gets a model.

Return

null

Parameters

argument

null


suspend fun getModel(catalogId: String, location: String, modelId: String, project: String? = null): GetModelResult

Return

null

See also

Parameters

catalogId
location
modelId
project

suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.retail.v2.kotlin.inputs.GetModelPlainArgs.