semantics property

Map<String, String>? semantics
getter/setter pair

Map of resource semantics (e.g., "ENVIRONMENT": "PRODUCTION").

Implementation

core.Map<core.String, core.String>? semantics;