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