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

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

The newest version!
package besom.api.akamai

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy