GoogleCloudAiplatformV1Schema constructor

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

Implementation

GoogleCloudAiplatformV1Schema({
  this.anyOf,
  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.propertyOrdering,
  this.required,
  this.title,
  this.type,
});