SubjectRulesReviewStatus

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.read[Seq[io.k8s.api.authorization.v1.NonResourceRule]]("nonResourceRules")(arrDecoder[T,NonResourceRule](evidence$1,decoderOf[T](evidence$1))).flatMap[String,SubjectRulesReviewStatus](((nonResourceRules:Seq[NonResourceRule])=>obj.read[Seq[io.k8s.api.authorization.v1.ResourceRule]]("resourceRules")(arrDecoder[T,ResourceRule](evidence$1,decoderOf[T](evidence$1))).flatMap[String,SubjectRulesReviewStatus](((resourceRules:Seq[ResourceRule])=>obj.readOpt[String]("evaluationError")(stringDecoder[T](evidence$1)).map[SubjectRulesReviewStatus](((evaluationError:Option[String])=>SubjectRulesReviewStatus.apply(incomplete=incomplete,nonResourceRules=nonResourceRules,resourceRules=resourceRules,evaluationError=evaluationError))))))))))) } (new$anon():Decoder[T,SubjectRulesReviewStatus]) }" class="documentableAnchor">