ClusterTrustBundle constructor

const ClusterTrustBundle({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. required ClusterTrustBundleSpec spec,
})

Default constructor.

Implementation

const ClusterTrustBundle({
  this.apiVersion,
  this.kind,
  this.metadata,
  required this.spec,
});