Environment constructor
Environment({})
Implementation
Environment({
this.accountId,
this.authorizationCode,
this.authorizationTimestampMs,
this.containerId,
this.containerVersionId,
this.description,
this.enableDebug,
this.environmentId,
this.fingerprint,
this.name,
this.type,
this.url,
});