Zone constructor

Zone({
  1. String? accountId,
  2. ZoneBoundary? boundary,
  3. List<ZoneChildContainer>? childContainer,
  4. String? containerId,
  5. String? fingerprint,
  6. String? name,
  7. String? notes,
  8. String? path,
  9. String? tagManagerUrl,
  10. ZoneTypeRestriction? typeRestriction,
  11. String? workspaceId,
  12. 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,
});