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

src.secretmanager.v1beta1.GetSecretResult.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.secretmanager.v1beta1


final case class GetSecretResult private(
  createTime: String,
  labels: scala.Predef.Map[String, String],
  name: String,
  replication: besom.api.googlenative.secretmanager.v1beta1.outputs.ReplicationResponse
)
object GetSecretResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetSecretResult])
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
      def name : besom.types.Output[String] = output.map(_.name)
      def replication : besom.types.Output[besom.api.googlenative.secretmanager.v1beta1.outputs.ReplicationResponse] = output.map(_.replication)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetSecretResult]])
      def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
      def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def replication : besom.types.Output[scala.Option[besom.api.googlenative.secretmanager.v1beta1.outputs.ReplicationResponse]] = output.map(_.map(_.replication))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy