authlessAccessDomain property
The name of the domain using which users can access records without logging in
Implementation
@$pb.TagNumber(41)
$core.String get authlessAccessDomain => $_getSZ(13);
Implementation
@$pb.TagNumber(41)
set authlessAccessDomain($core.String value) => $_setString(13, value);