ObjectReference constructor

const ObjectReference({
  1. String? apiVersion,
  2. String? fieldPath,
  3. String? kind,
  4. String? name,
  5. String? namespace,
  6. String? resourceVersion,
  7. String? uid,
})

Default constructor.

Implementation

const ObjectReference({
  this.apiVersion,
  this.fieldPath,
  this.kind,
  this.name,
  this.namespace,
  this.resourceVersion,
  this.uid,
});