
src.cloudfunctions.v2.getFunction.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudfunctions.v2
def getFunction(using ctx: besom.types.Context)(
args: besom.api.googlenative.cloudfunctions.v2.GetFunctionArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.cloudfunctions.v2.GetFunctionResult] =
ctx.invoke[besom.api.googlenative.cloudfunctions.v2.GetFunctionArgs, besom.api.googlenative.cloudfunctions.v2.GetFunctionResult]("google-native:cloudfunctions/v2:getFunction", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy