Site constructor
Site({
- String? accountId,
- bool? approved,
- String? directorySiteId,
- DimensionValue? directorySiteIdDimensionValue,
- String? id,
- DimensionValue? idDimensionValue,
- String? keyName,
- String? kind,
- String? name,
- List<
SiteContact> ? siteContacts, - SiteSettings? siteSettings,
- String? subaccountId,
- 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,
});