GoogleCloudAiplatformV1SandboxEnvironment constructor
GoogleCloudAiplatformV1SandboxEnvironment({
- GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo? connectionInfo,
- String? createTime,
- String? displayName,
- String? expireTime,
- String? name,
- GoogleCloudAiplatformV1SandboxEnvironmentSpec? spec,
- String? state,
- String? ttl,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1SandboxEnvironment({
this.connectionInfo,
this.createTime,
this.displayName,
this.expireTime,
this.name,
this.spec,
this.state,
this.ttl,
this.updateTime,
});