domain property
Required. Immutable. A domain that is being authorized. A DnsAuthorization
resource covers a single domain and its wildcard, e.g. authorization for
example.com can be used to issue certificates for example.com and
*.example.com.
Implementation
@$pb.TagNumber(6)
$core.String get domain => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set domain($core.String v) {
$_setString(5, v);
}