GoogleCloudDataplexV1Environment constructor
GoogleCloudDataplexV1Environment({
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudDataplexV1EnvironmentEndpoints? endpoints,
- GoogleCloudDataplexV1EnvironmentInfrastructureSpec? infrastructureSpec,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudDataplexV1EnvironmentSessionSpec? sessionSpec,
- GoogleCloudDataplexV1EnvironmentSessionStatus? sessionStatus,
- String? state,
- String? uid,
- 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,
});