GoogleCloudAiplatformV1SandboxEnvironment constructor

GoogleCloudAiplatformV1SandboxEnvironment({
  1. GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo? connectionInfo,
  2. String? createTime,
  3. String? displayName,
  4. String? expireTime,
  5. String? name,
  6. GoogleCloudAiplatformV1SandboxEnvironmentSpec? spec,
  7. String? state,
  8. String? ttl,
  9. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SandboxEnvironment({
  this.connectionInfo,
  this.createTime,
  this.displayName,
  this.expireTime,
  this.name,
  this.spec,
  this.state,
  this.ttl,
  this.updateTime,
});