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

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

The newest version!
package besom.api.akamai

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy