Environment constructor
Environment({})
Implementation
Environment({
this.config,
this.createTime,
this.labels,
this.name,
this.satisfiesPzs,
this.state,
this.storageConfig,
this.updateTime,
this.uuid,
});