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