ResourceAttributes

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[String]("version")(stringDecoder).flatMap[String,ResourceAttributes](((version:Option[String])=>obj.readOpt[String]("resource")(stringDecoder).flatMap[String,ResourceAttributes](((resource:Option[String])=>obj.readOpt[String]("verb")(stringDecoder).flatMap[String,ResourceAttributes](((verb:Option[String])=>obj.readOpt[String]("group")(stringDecoder).flatMap[String,ResourceAttributes](((group:Option[String])=>obj.readOpt[String]("subresource")(stringDecoder).flatMap[String,ResourceAttributes](((subresource:Option[String])=>obj.readOpt[String]("namespace")(stringDecoder).map[ResourceAttributes](((namespace:Option[String])=>ResourceAttributes.apply(name=name,version=version,resource=resource,verb=verb,group=group,subresource=subresource,namespace=namespace))))))))))))))))) } (new$anon():Decoder[ResourceAttributes]) }" class="documentableAnchor">