RelatedAsset class

An asset identifier in Google Cloud which contains its name, type and ancestors.

An asset can be any resource in the Google Cloud resource hierarchy, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See Supported asset types for more information.

Constructors

RelatedAsset({List<String>? ancestors, String? asset, String? assetType, String? relationshipType})
RelatedAsset.fromJson(Map json_)

Properties

ancestors List<String>?
The ancestors of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names.
getter/setter pair
asset String?
The full name of the asset.
getter/setter pair
assetType String?
The type of the asset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relationshipType String?
The unique identifier of the relationship type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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