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

src.index.outputs.GetImagingPolicyVideoPolicyBreakpoints.scala Maven / Gradle / Ivy

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


final case class GetImagingPolicyVideoPolicyBreakpoints private(
  widths: scala.Option[scala.collection.immutable.List[Int]]
)
object GetImagingPolicyVideoPolicyBreakpoints :

  given decoder(using besom.types.Context): besom.types.Decoder[GetImagingPolicyVideoPolicyBreakpoints] =
    besom.internal.Decoder.derived[GetImagingPolicyVideoPolicyBreakpoints]



  given outputOps: {} with
    extension(output: besom.types.Output[GetImagingPolicyVideoPolicyBreakpoints])
      def widths : besom.types.Output[scala.Option[scala.collection.immutable.List[Int]]] = output.map(_.widths)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetImagingPolicyVideoPolicyBreakpoints]])
      def widths : besom.types.Output[scala.Option[scala.collection.immutable.List[Int]]] = output.map(_.flatMap(_.widths))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy