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

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

The newest version!
package besom.api.akamai

final case class GetBotmanBotAnalyticsCookieArgs private(
  configId: besom.types.Output[Int]
)

object GetBotmanBotAnalyticsCookieArgs:
  def apply(
    configId: besom.types.Input[Int]
  )(using besom.types.Context): GetBotmanBotAnalyticsCookieArgs =
    new GetBotmanBotAnalyticsCookieArgs(
      configId = configId.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetBotmanBotAnalyticsCookieArgs] =
    besom.internal.Encoder.derived[GetBotmanBotAnalyticsCookieArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetBotmanBotAnalyticsCookieArgs] =
    besom.internal.ArgsEncoder.derived[GetBotmanBotAnalyticsCookieArgs]






© 2015 - 2024 Weber Informatics LLC | Privacy Policy