Folder constructor

Folder({
  1. List<String>? configuredCapabilities,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? managementProject,
  7. String? name,
  8. String? parent,
  9. String? state,
  10. Map<String, String>? tags,
  11. String? updateTime,
})

Implementation

Folder({
  this.configuredCapabilities,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.managementProject,
  this.name,
  this.parent,
  this.state,
  this.tags,
  this.updateTime,
});