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

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

There is a newer version: 0.0.24-core.0.3
Show newest version
package besom.api.ngrok.outputs


final case class EventDestinationTargetFirehoseAuth private(
  creds: scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthCred]],
  roles: scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthRole]]
)
object EventDestinationTargetFirehoseAuth :

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



  given outputOps: {} with
    extension(output: besom.types.Output[EventDestinationTargetFirehoseAuth])
      def creds : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthCred]]] = output.map(_.creds)
      def roles : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthRole]]] = output.map(_.roles)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[EventDestinationTargetFirehoseAuth]])
      def creds : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthCred]]] = output.map(_.flatMap(_.creds))
      def roles : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetFirehoseAuthRole]]] = output.map(_.flatMap(_.roles))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy