domains property

  1. @TagNumber.new(1)
PbList<String> get domains

The domains to query for. All instances that have at least one of the specified domains will be returned. A maximum of 20 domains can be specified.

Implementation

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