fleet property

  1. @TagNumber.new(4)
bool get 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.new(4)
set fleet (bool v)

Implementation

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