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

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

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


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

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetPropertyRulesBuilderRulesV20231030CustomOverride])
      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[GetPropertyRulesBuilderRulesV20231030CustomOverride]])
      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