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

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

The newest version!
package besom.api.akamai

final case class GetContractsArgs private(

)

object GetContractsArgs:
  def apply(

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

    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy