domain property
The domain you want to add to the organization.
Implementation
@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set domain($core.String value) => $_setString(1, value);
The domain you want to add to the organization.
@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
@$pb.TagNumber(2)
set domain($core.String value) => $_setString(1, value);