organizationId property
Organization ID is the unique identifier of the organization whose domain is to be verified.
Implementation
@$pb.TagNumber(1)
$core.String get organizationId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set organizationId($core.String value) => $_setString(0, value);