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

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

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

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

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

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy