GoogleCloudAiplatformV1PartialArg constructor

GoogleCloudAiplatformV1PartialArg({
  1. bool? boolValue,
  2. String? jsonPath,
  3. String? nullValue,
  4. double? numberValue,
  5. String? stringValue,
  6. bool? willContinue,
})

Implementation

GoogleCloudAiplatformV1PartialArg({
  this.boolValue,
  this.jsonPath,
  this.nullValue,
  this.numberValue,
  this.stringValue,
  this.willContinue,
});