customDomainsFilter property
Filter for instances that have at least one of the specified custom domains.
Implementation
@$pb.TagNumber(2)
CustomDomainsFilter get customDomainsFilter => $_getN(1);
Implementation
@$pb.TagNumber(2)
set customDomainsFilter(CustomDomainsFilter value) => $_setField(2, value);