All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.getBotmanCustomDefinedBot.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai

def getBotmanCustomDefinedBot(using ctx: besom.types.Context)(
  args: besom.api.akamai.GetBotmanCustomDefinedBotArgs,
  opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetBotmanCustomDefinedBotResult] =
   ctx.invoke[besom.api.akamai.GetBotmanCustomDefinedBotArgs, besom.api.akamai.GetBotmanCustomDefinedBotResult]("akamai:index/getBotmanCustomDefinedBot:getBotmanCustomDefinedBot", args, opts)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy