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

src.index.outputs.EventDestinationTargetKinese.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 EventDestinationTargetKinese private(
  auths: scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetKineseAuth]],
  streamArn: scala.Option[String]
)
object EventDestinationTargetKinese :

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



  given outputOps: {} with
    extension(output: besom.types.Output[EventDestinationTargetKinese])
      def auths : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetKineseAuth]]] = output.map(_.auths)
      def streamArn : besom.types.Output[scala.Option[String]] = output.map(_.streamArn)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[EventDestinationTargetKinese]])
      def auths : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.ngrok.outputs.EventDestinationTargetKineseAuth]]] = output.map(_.flatMap(_.auths))
      def streamArn : besom.types.Output[scala.Option[String]] = output.map(_.flatMap(_.streamArn))





© 2015 - 2024 Weber Informatics LLC | Privacy Policy