isPrimary property
IsPrimary is a boolean flag indicating if the domain is the Organization Domain of the organization.
Implementation
@$pb.TagNumber(4)
$core.bool get isPrimary => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isPrimary($core.bool value) => $_setBool(3, value);