GoogleCloudDataplexV1Environment constructor

GoogleCloudDataplexV1Environment({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudDataplexV1EnvironmentEndpoints? endpoints,
  5. GoogleCloudDataplexV1EnvironmentInfrastructureSpec? infrastructureSpec,
  6. Map<String, String>? labels,
  7. String? name,
  8. GoogleCloudDataplexV1EnvironmentSessionSpec? sessionSpec,
  9. GoogleCloudDataplexV1EnvironmentSessionStatus? sessionStatus,
  10. String? state,
  11. String? uid,
  12. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Environment({
  this.createTime,
  this.description,
  this.displayName,
  this.endpoints,
  this.infrastructureSpec,
  this.labels,
  this.name,
  this.sessionSpec,
  this.sessionStatus,
  this.state,
  this.uid,
  this.updateTime,
});