UpdateDomainRequest constructor

UpdateDomainRequest({
  1. String? name,
  2. String? proxyUrl,
  3. bool? isSecondary,
})

Returns a new UpdateDomainRequest instance.

Implementation

UpdateDomainRequest({
  this.name,
  this.proxyUrl,
  this.isSecondary,
});