membershipStates property

  1. @TagNumber(7)
Map<String, MembershipFeatureState> membershipStates

Output only. 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.

Implementation

@$pb.TagNumber(7)
$core.Map<$core.String, MembershipFeatureState> get membershipStates => $_getMap(4);