GoogleCloudAiplatformV1ExecutableCode constructor

GoogleCloudAiplatformV1ExecutableCode({
  1. String? code,
  2. String? language,
})

Implementation

GoogleCloudAiplatformV1ExecutableCode({
  this.code,
  this.language,
});