aspects property
The aspects that are attached to the entry.
Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following: If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id} If the aspect is attached to an entry's path: {project_id_or_number}.{location_id}.{aspect_type_id}@{path}
Optional.
Implementation
core.Map<core.String, GoogleCloudDataplexV1Aspect>? aspects;