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