GoogleCloudAiplatformV1FunctionResponse constructor

GoogleCloudAiplatformV1FunctionResponse({
  1. String? id,
  2. String? name,
  3. List<GoogleCloudAiplatformV1FunctionResponsePart>? parts,
  4. Map<String, Object?>? response,
  5. String? scheduling,
})

Implementation

GoogleCloudAiplatformV1FunctionResponse({
  this.id,
  this.name,
  this.parts,
  this.response,
  this.scheduling,
});