aspects property

Map<String, GoogleCloudDataplexV1Aspect>? aspects
getter/setter pair

The Aspects attached to the Entry.

The format for the key can be one of the following: 1. {projectId}.{locationId}.{aspectTypeId} (if the aspect is attached directly to the entry) 2. {projectId}.{locationId}.{aspectTypeId}@{path} (if the aspect is attached to an entry's path)

Optional.

Implementation

core.Map<core.String, GoogleCloudDataplexV1Aspect>? aspects;