ResourceSearchResult constructor

ResourceSearchResult({
  1. Map<String, Object?>? additionalAttributes,
  2. String? assetType,
  3. List<AttachedResource>? attachedResources,
  4. String? createTime,
  5. String? description,
  6. String? displayName,
  7. List<EffectiveTagDetails>? effectiveTags,
  8. List<String>? folders,
  9. String? kmsKey,
  10. List<String>? kmsKeys,
  11. Map<String, String>? labels,
  12. String? location,
  13. String? name,
  14. List<String>? networkTags,
  15. String? organization,
  16. String? parentAssetType,
  17. String? parentFullResourceName,
  18. String? project,
  19. Map<String, RelatedResources>? relationships,
  20. Map<String, String>? sccSecurityMarks,
  21. String? state,
  22. List<String>? tagKeys,
  23. List<String>? tagValueIds,
  24. List<String>? tagValues,
  25. List<Tag>? tags,
  26. String? updateTime,
  27. List<VersionedResource>? versionedResources,
})

Implementation

ResourceSearchResult({
  this.additionalAttributes,
  this.assetType,
  this.attachedResources,
  this.createTime,
  this.description,
  this.displayName,
  this.effectiveTags,
  this.folders,
  this.kmsKey,
  this.kmsKeys,
  this.labels,
  this.location,
  this.name,
  this.networkTags,
  this.organization,
  this.parentAssetType,
  this.parentFullResourceName,
  this.project,
  this.relationships,
  this.sccSecurityMarks,
  this.state,
  this.tagKeys,
  this.tagValueIds,
  this.tagValues,
  this.tags,
  this.updateTime,
  this.versionedResources,
});