GoogleCloudAiplatformV1FunctionResponse constructor

GoogleCloudAiplatformV1FunctionResponse({
  1. String? name,
  2. Map<String, Object?>? response,
})

Implementation

GoogleCloudAiplatformV1FunctionResponse({
  this.name,
  this.response,
});