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

src.cloudkms.v1.GetKeyRingResult.scala Maven / Gradle / Ivy

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


final case class GetKeyRingResult private(
  createTime: String,
  name: String
)
object GetKeyRingResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetKeyRingResult])
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def name : besom.types.Output[String] = output.map(_.name)

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy