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