Resource constructor
Resource({
- ResourceAccessControl? accessControl,
- String? finalProperties,
- String? id,
- String? insertTime,
- String? manifest,
- String? name,
- String? properties,
- String? type,
- ResourceUpdate? update,
- String? updateTime,
- String? url,
- List<
ResourceWarnings> ? warnings,
Implementation
Resource({
this.accessControl,
this.finalProperties,
this.id,
this.insertTime,
this.manifest,
this.name,
this.properties,
this.type,
this.update,
this.updateTime,
this.url,
this.warnings,
});