ResourceSearchResult class
A result of Resource Search, containing information of a cloud resource.
Next ID: 34
Constructors
-
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}) - ResourceSearchResult.fromJson(Map json_)
Properties
-
additionalAttributes
↔ Map<
String, Object?> ? -
The additional searchable attributes of this resource.
getter/setter pair
- assetType ↔ String?
-
The type of this resource.
getter/setter pair
-
attachedResources
↔ List<
AttachedResource> ? -
Attached resources of this resource.
getter/setter pair
- createTime ↔ String?
-
The create timestamp of this resource, at which the resource was created.
getter/setter pair
- description ↔ String?
-
One or more paragraphs of text description of this resource.
getter/setter pair
- displayName ↔ String?
-
The display name of this resource.
getter/setter pair
-
effectiveTags
↔ List<
EffectiveTagDetails> ? -
The effective tags on this resource.
getter/setter pair
-
folders
↔ List<
String> ? -
The folder(s) that this resource belongs to, in the form of
folders/{FOLDER_NUMBER}.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKey ↔ String?
-
The Cloud KMS
CryptoKey
name or
CryptoKeyVersion
name.
getter/setter pair
-
kmsKeys
↔ List<
String> ? -
The Cloud KMS
CryptoKey
names or
CryptoKeyVersion
names.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels associated with this resource.
getter/setter pair
- location ↔ String?
-
Location can be
global
, regional likeus-east1
, or zonal likeus-west1-b
.getter/setter pair - name ↔ String?
-
The full resource name of this resource.
getter/setter pair
-
networkTags
↔ List<
String> ? -
Network tags associated with this resource.
getter/setter pair
- organization ↔ String?
-
The organization that this resource belongs to, in the form of
organizations/{ORGANIZATION_NUMBER}.
getter/setter pair
- parentAssetType ↔ String?
-
The type of this resource's immediate parent, if there is one.
getter/setter pair
- parentFullResourceName ↔ String?
-
The full resource name of this resource's parent, if it has one.
getter/setter pair
- project ↔ String?
-
The project that this resource belongs to, in the form of
projects/{PROJECT_NUMBER}.
getter/setter pair
-
relationships
↔ Map<
String, RelatedResources> ? -
A map of related resources of this resource, keyed by the relationship
type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sccSecurityMarks
↔ Map<
String, String> ? -
The actual content of Security Command Center security marks associated
with the asset.
getter/setter pair
- state ↔ String?
-
The state of this resource.
getter/setter pair
-
tagKeys
↔ List<
String> ? -
This field is only present for the purpose of backward compatibility.
getter/setter pair
-
The tags directly attached to this resource.
getter/setter pair
-
tagValueIds
↔ List<
String> ? -
This field is only present for the purpose of backward compatibility.
getter/setter pair
-
tagValues
↔ List<
String> ? -
This field is only present for the purpose of backward compatibility.
getter/setter pair
- updateTime ↔ String?
-
The last update timestamp of this resource, at which the resource was last
modified or deleted.
getter/setter pair
-
versionedResources
↔ List<
VersionedResource> ? -
Versioned resource representations of this resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited