attributes property

Map<String, GoogleCloudApihubV1AttributeValues>? attributes
getter/setter pair

The list of user defined attributes associated with the definition resource.

The key is the attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}. The value is the attribute values associated with the resource.

Optional.

Implementation

core.Map<core.String, GoogleCloudApihubV1AttributeValues>? attributes;