APIResource constructor
const
APIResource({})
Default constructor.
Implementation
const APIResource({
this.categories,
this.group,
required this.kind,
required this.name,
required this.namespaced,
this.shortNames,
required this.singularName,
this.storageVersionHash,
required this.verbs,
this.version,
});