GoogleCloudAiplatformV1Schema constructor

GoogleCloudAiplatformV1Schema({
  1. String? description,
  2. List<String>? enum_,
  3. Object? example,
  4. String? format,
  5. GoogleCloudAiplatformV1Schema? items,
  6. bool? nullable,
  7. Map<String, GoogleCloudAiplatformV1Schema>? properties,
  8. List<String>? required,
  9. String? type,
})

Implementation

GoogleCloudAiplatformV1Schema({
  this.description,
  this.enum_,
  this.example,
  this.format,
  this.items,
  this.nullable,
  this.properties,
  this.required,
  this.type,
});