Resource class

Information related to the Google Cloud resource that is associated with this finding.

Constructors

Resource({String? displayName, List<Folder>? folders, String? name, String? parentDisplayName, String? parentName, String? projectDisplayName, String? projectName, String? type})
Resource.fromJson(Map json_)

Properties

displayName String?
The human readable name of the resource.
getter/setter pair
folders List<Folder>?
Contains a Folder message for each folder in the assets ancestry.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The full resource name of the resource.
getter/setter pair
parentDisplayName String?
The human readable name of resource's parent.
getter/setter pair
parentName String?
The full resource name of resource's parent.
getter/setter pair
projectDisplayName String?
The project ID that the resource belongs to.
getter/setter pair
projectName String?
The full resource name of project that the resource belongs to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The full resource type of the 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