Site constructor

Site({
  1. String? accountId,
  2. bool? approved,
  3. String? directorySiteId,
  4. DimensionValue? directorySiteIdDimensionValue,
  5. String? id,
  6. DimensionValue? idDimensionValue,
  7. String? keyName,
  8. String? kind,
  9. String? name,
  10. List<SiteContact>? siteContacts,
  11. SiteSettings? siteSettings,
  12. String? subaccountId,
  13. SiteVideoSettings? videoSettings,
})

Implementation

Site({
  this.accountId,
  this.approved,
  this.directorySiteId,
  this.directorySiteIdDimensionValue,
  this.id,
  this.idDimensionValue,
  this.keyName,
  this.kind,
  this.name,
  this.siteContacts,
  this.siteSettings,
  this.subaccountId,
  this.videoSettings,
});