SelfSubjectReview constructor
const
SelfSubjectReview({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- SelfSubjectReviewStatus? status,
Default constructor.
Implementation
const SelfSubjectReview({
this.apiVersion,
this.kind,
this.metadata,
this.status,
});