membershipStates property

Map<String, MembershipFeatureState>? membershipStates
getter/setter pair

Membership-specific Feature status.

If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

Output only.

Implementation

core.Map<core.String, MembershipFeatureState>? membershipStates;