relationExtensions property

List<Map<String, Object?>>? relationExtensions
getter/setter pair

Statements may specify relation level extensions/payloads to express more details when declaring permissions to grant from the source asset to the target asset.

When requested, the API will return relation_extensions specified in any and all statements linking the requested source and target assets by the relation specified in the request.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.List<core.Map<core.String, core.Object?>>? relationExtensions;