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

src.index.inputs.GetImagingPolicyVideoPolicyBreakpointsArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai.inputs

final case class GetImagingPolicyVideoPolicyBreakpointsArgs private(
  widths: besom.types.Output[scala.Option[scala.collection.immutable.List[Int]]]
)

object GetImagingPolicyVideoPolicyBreakpointsArgs:
  def apply(
    widths: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[Int]]] = scala.None
  )(using besom.types.Context): GetImagingPolicyVideoPolicyBreakpointsArgs =
    new GetImagingPolicyVideoPolicyBreakpointsArgs(
      widths = widths.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy