domains property

  1. @TagNumber(1)
List<String> get domains

Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution.

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get domains => $_getList(0);