VerifyDomainProxyRequest constructor

VerifyDomainProxyRequest({
  1. String? domainId,
  2. String? proxyUrl,
})

Returns a new VerifyDomainProxyRequest instance.

Implementation

VerifyDomainProxyRequest({
  this.domainId,
  this.proxyUrl,
});