GoogleCloudAiplatformV1PSCAutomationConfig constructor

GoogleCloudAiplatformV1PSCAutomationConfig({
  1. String? errorMessage,
  2. String? forwardingRule,
  3. String? ipAddress,
  4. String? network,
  5. String? projectId,
  6. String? state,
})

Implementation

GoogleCloudAiplatformV1PSCAutomationConfig({
  this.errorMessage,
  this.forwardingRule,
  this.ipAddress,
  this.network,
  this.projectId,
  this.state,
});