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