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

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

The newest version!
package besom.api.akamai

final case class GetGroupsArgs private(

)

object GetGroupsArgs:
  def apply(

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

    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy