domain property

  1. @TagNumber(6)
String get domain

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);
  1. @TagNumber(6)
set domain (String v)

Implementation

@$pb.TagNumber(6)
set domain($core.String v) { $_setString(5, v); }