src.index.getBotmanAkamaiDefinedBot.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai
def getBotmanAkamaiDefinedBot(using ctx: besom.types.Context)(
args: besom.api.akamai.GetBotmanAkamaiDefinedBotArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetBotmanAkamaiDefinedBotResult] =
ctx.invoke[besom.api.akamai.GetBotmanAkamaiDefinedBotArgs, besom.api.akamai.GetBotmanAkamaiDefinedBotResult]("akamai:index/getBotmanAkamaiDefinedBot:getBotmanAkamaiDefinedBot", args, opts)