CreateModelResponse constructor

CreateModelResponse({
  1. String? contentType,
  2. String? description,
  3. String? modelId,
  4. String? name,
  5. String? schema,
})

Implementation

CreateModelResponse({
  this.contentType,
  this.description,
  this.modelId,
  this.name,
  this.schema,
});