All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.jobs.v4.getJob.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.jobs.v4

def getJob(using ctx: besom.types.Context)(
  args: besom.api.googlenative.jobs.v4.GetJobArgs,
  opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.jobs.v4.GetJobResult] =
   ctx.invoke[besom.api.googlenative.jobs.v4.GetJobArgs, besom.api.googlenative.jobs.v4.GetJobResult]("google-native:jobs/v4:getJob", args, opts)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy