GoogleCloudAiplatformV1SandboxEnvironment constructor

GoogleCloudAiplatformV1SandboxEnvironment({
  1. GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo? connectionInfo,
  2. String? createTime,
  3. String? displayName,
  4. String? expireTime,
  5. String? latestSandboxEnvironmentSnapshot,
  6. String? name,
  7. String? owner,
  8. String? sandboxEnvironmentSnapshot,
  9. String? sandboxEnvironmentTemplate,
  10. GoogleCloudAiplatformV1SandboxEnvironmentSpec? spec,
  11. String? state,
  12. String? ttl,
  13. String? updateTime,
})

Implementation

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