allowAdminApiAccess property

  1. @TagNumber(8)
bool get allowAdminApiAccess

Implementation

@$pb.TagNumber(8)
$core.bool get allowAdminApiAccess => $_getBF(7);
  1. @TagNumber(8)
set allowAdminApiAccess (bool v)

Implementation

@$pb.TagNumber(8)
set allowAdminApiAccess($core.bool v) { $_setBool(7, v); }