SelfSubjectReview constructor

const SelfSubjectReview({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. SelfSubjectReviewStatus? status,
})

Default constructor.

Implementation

const SelfSubjectReview({
  this.apiVersion,
  this.kind,
  this.metadata,
  this.status,
});