GoogleCloudAiplatformV1Schema constructor

GoogleCloudAiplatformV1Schema({
  1. Object? default_,
  2. String? description,
  3. List<String>? enum_,
  4. Object? example,
  5. String? format,
  6. GoogleCloudAiplatformV1Schema? items,
  7. String? maxItems,
  8. String? maxLength,
  9. String? maxProperties,
  10. double? maximum,
  11. String? minItems,
  12. String? minLength,
  13. String? minProperties,
  14. double? minimum,
  15. bool? nullable,
  16. String? pattern,
  17. Map<String, GoogleCloudAiplatformV1Schema>? properties,
  18. List<String>? required,
  19. String? title,
  20. String? type,
})

Implementation

GoogleCloudAiplatformV1Schema({
  this.default_,
  this.description,
  this.enum_,
  this.example,
  this.format,
  this.items,
  this.maxItems,
  this.maxLength,
  this.maxProperties,
  this.maximum,
  this.minItems,
  this.minLength,
  this.minProperties,
  this.minimum,
  this.nullable,
  this.pattern,
  this.properties,
  this.required,
  this.title,
  this.type,
});