Environment constructor

Environment({
  1. String? accountId,
  2. String? authorizationCode,
  3. String? authorizationTimestamp,
  4. String? containerId,
  5. String? containerVersionId,
  6. String? description,
  7. bool? enableDebug,
  8. String? environmentId,
  9. String? fingerprint,
  10. String? name,
  11. String? path,
  12. String? tagManagerUrl,
  13. String? type,
  14. String? url,
  15. String? workspaceId,
})

Implementation

Environment({
  this.accountId,
  this.authorizationCode,
  this.authorizationTimestamp,
  this.containerId,
  this.containerVersionId,
  this.description,
  this.enableDebug,
  this.environmentId,
  this.fingerprint,
  this.name,
  this.path,
  this.tagManagerUrl,
  this.type,
  this.url,
  this.workspaceId,
});