domainName property
The name of the domain under which this application is run
Implementation
@$pb.TagNumber(40)
$core.String get domainName => $_getSZ(12);
Implementation
@$pb.TagNumber(40)
set domainName($core.String value) => $_setString(12, value);