GoogleCloudAiplatformV1Schema constructor
GoogleCloudAiplatformV1Schema({
- Object? default_,
- String? description,
- List<
String> ? enum_, - Object? example,
- String? format,
- GoogleCloudAiplatformV1Schema? items,
- String? maxItems,
- String? maxLength,
- String? maxProperties,
- double? maximum,
- String? minItems,
- String? minLength,
- String? minProperties,
- double? minimum,
- bool? nullable,
- String? pattern,
- Map<
String, GoogleCloudAiplatformV1Schema> ? properties, - List<
String> ? required, - String? title,
- 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,
});