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

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

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


final case class GetImagingPolicyImagePolicy private(
  breakpoints: scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyBreakpoints],
  hosts: scala.Option[scala.collection.immutable.List[String]],
  output: scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyOutput],
  postBreakpointTransformations: scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyPostBreakpointTransformation]],
  rolloutDuration: scala.Option[String],
  serveStaleDuration: scala.Option[String],
  transformations: scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyTransformation]],
  variables: scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyVariable]]
)
object GetImagingPolicyImagePolicy :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetImagingPolicyImagePolicy])
      def breakpoints : besom.types.Output[scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyBreakpoints]] = output.map(_.breakpoints)
      def hosts : besom.types.Output[scala.Option[scala.collection.immutable.List[String]]] = output.map(_.hosts)
      def output : besom.types.Output[scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyOutput]] = output.map(_.output)
      def postBreakpointTransformations : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyPostBreakpointTransformation]]] = output.map(_.postBreakpointTransformations)
      def rolloutDuration : besom.types.Output[scala.Option[String]] = output.map(_.rolloutDuration)
      def serveStaleDuration : besom.types.Output[scala.Option[String]] = output.map(_.serveStaleDuration)
      def transformations : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyTransformation]]] = output.map(_.transformations)
      def variables : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyVariable]]] = output.map(_.variables)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetImagingPolicyImagePolicy]])
      def breakpoints : besom.types.Output[scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyBreakpoints]] = output.map(_.flatMap(_.breakpoints))
      def hosts : besom.types.Output[scala.Option[scala.collection.immutable.List[String]]] = output.map(_.flatMap(_.hosts))
      def output : besom.types.Output[scala.Option[besom.api.akamai.outputs.GetImagingPolicyImagePolicyOutput]] = output.map(_.flatMap(_.output))
      def postBreakpointTransformations : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyPostBreakpointTransformation]]] = output.map(_.flatMap(_.postBreakpointTransformations))
      def rolloutDuration : besom.types.Output[scala.Option[String]] = output.map(_.flatMap(_.rolloutDuration))
      def serveStaleDuration : besom.types.Output[scala.Option[String]] = output.map(_.flatMap(_.serveStaleDuration))
      def transformations : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyTransformation]]] = output.map(_.flatMap(_.transformations))
      def variables : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.outputs.GetImagingPolicyImagePolicyVariable]]] = output.map(_.flatMap(_.variables))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy