GoogleCloudAiplatformV1SandboxEnvironmentSnapshot constructor

GoogleCloudAiplatformV1SandboxEnvironmentSnapshot({
  1. String? createTime,
  2. String? displayName,
  3. String? expireTime,
  4. String? name,
  5. String? owner,
  6. String? parentSnapshot,
  7. String? postSnapshotAction,
  8. String? sizeBytes,
  9. String? sourceSandboxEnvironment,
  10. String? ttl,
  11. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SandboxEnvironmentSnapshot({
  this.createTime,
  this.displayName,
  this.expireTime,
  this.name,
  this.owner,
  this.parentSnapshot,
  this.postSnapshotAction,
  this.sizeBytes,
  this.sourceSandboxEnvironment,
  this.ttl,
  this.updateTime,
});