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