fleet property

  1. @TagNumber(4)
bool fleet

Whether the membershipbinding is Fleet-wide; true means that this Membership should be bound to all Namespaces in this entire Fleet.

Implementation

@$pb.TagNumber(4)
$core.bool get fleet => $_getBF(3);
  1. @TagNumber(4)
void fleet=(bool v)

Implementation

@$pb.TagNumber(4)
set fleet($core.bool v) { $_setBool(3, v); }