ResourceAttributes constructor
const
ResourceAttributes({})
Default constructor.
Implementation
const ResourceAttributes({
this.group,
this.name,
this.namespace,
this.resource,
this.subresource,
this.verb,
this.version,
});