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

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

The newest version!
package besom.api.akamai

final case class GetBotmanBotAnalyticsCookieValuesArgs private(

)

object GetBotmanBotAnalyticsCookieValuesArgs:
  def apply(

  )(using besom.types.Context): GetBotmanBotAnalyticsCookieValuesArgs =
    new GetBotmanBotAnalyticsCookieValuesArgs(

    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy