RelatedAssets class

This message only presents for the purpose of backward-compatibility.

The server will never populate this message in responses. The detailed related assets with the relationship_type.

Deprecated.

Constructors

RelatedAssets({List<RelatedAsset>? assets, RelationshipAttributes? relationshipAttributes})
RelatedAssets.fromJson(Map json_)

Properties

assets List<RelatedAsset>?
The peer resources of the relationship.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relationshipAttributes RelationshipAttributes?
The detailed relationship attributes.
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