ResourceSearchResult constructor
ResourceSearchResult({
- Map<
String, Object?> ? additionalAttributes, - String? assetType,
- List<
AttachedResource> ? attachedResources, - String? createTime,
- String? description,
- String? displayName,
- List<
EffectiveTagDetails> ? effectiveTags, - List<
String> ? folders, - String? kmsKey,
- List<
String> ? kmsKeys, - Map<
String, String> ? labels, - String? location,
- String? name,
- List<
String> ? networkTags, - String? organization,
- String? parentAssetType,
- String? parentFullResourceName,
- String? project,
- Map<
String, RelatedResources> ? relationships, - Map<
String, String> ? sccSecurityMarks, - String? state,
- List<
String> ? tagKeys, - List<
String> ? tagValueIds, - List<
String> ? tagValues, - List<
Tag> ? tags, - String? updateTime,
- 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,
});