src.notebooks.v1.getSchedule.scala Maven / Gradle / Ivy
The newest version!
package besom.api.googlenative.notebooks.v1
def getSchedule(using ctx: besom.types.Context)(
args: besom.api.googlenative.notebooks.v1.GetScheduleArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.notebooks.v1.GetScheduleResult] =
ctx.invoke[besom.api.googlenative.notebooks.v1.GetScheduleArgs, besom.api.googlenative.notebooks.v1.GetScheduleResult]("google-native:notebooks/v1:getSchedule", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy