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