AccountTreeRequest constructor

AccountTreeRequest({
  1. String? accountName,
  2. String? kind,
  3. String? profileName,
  4. String? timezone,
  5. String? webpropertyName,
  6. String? websiteUrl,
})

Implementation

AccountTreeRequest({
  this.accountName,
  this.kind,
  this.profileName,
  this.timezone,
  this.webpropertyName,
  this.websiteUrl,
});