Zone constructor
Zone({
- String? accountId,
- ZoneBoundary? boundary,
- List<
ZoneChildContainer> ? childContainer, - String? containerId,
- String? fingerprint,
- String? name,
- String? notes,
- String? path,
- String? tagManagerUrl,
- ZoneTypeRestriction? typeRestriction,
- String? workspaceId,
- String? zoneId,
Implementation
Zone({
this.accountId,
this.boundary,
this.childContainer,
this.containerId,
this.fingerprint,
this.name,
this.notes,
this.path,
this.tagManagerUrl,
this.typeRestriction,
this.workspaceId,
this.zoneId,
});