GoogleCloudAiplatformV1Schema constructor

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

Implementation

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