Site constructor

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

Implementation

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