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

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

The newest version!
package besom.api.googlenative.jobs.v3

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy