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

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

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


final case class GetPropertyRulesBuilderRulesV20230105CustomOverride private(
  name: scala.Option[String],
  overrideId: scala.Option[String]
)
object GetPropertyRulesBuilderRulesV20230105CustomOverride :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetPropertyRulesBuilderRulesV20230105CustomOverride])
      def name : besom.types.Output[scala.Option[String]] = output.map(_.name)
      def overrideId : besom.types.Output[scala.Option[String]] = output.map(_.overrideId)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetPropertyRulesBuilderRulesV20230105CustomOverride]])
      def name : besom.types.Output[scala.Option[String]] = output.map(_.flatMap(_.name))
      def overrideId : besom.types.Output[scala.Option[String]] = output.map(_.flatMap(_.overrideId))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy