Environment constructor
Environment({
- String? accountId,
- String? authorizationCode,
- String? authorizationTimestamp,
- String? containerId,
- String? containerVersionId,
- String? description,
- bool? enableDebug,
- String? environmentId,
- String? fingerprint,
- String? name,
- String? path,
- String? tagManagerUrl,
- String? type,
- String? url,
- 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,
});