DeployPublisherModelResponse constructor

DeployPublisherModelResponse({
  1. String publisherModel = '',
  2. String endpoint = '',
  3. String model = '',
})

Implementation

DeployPublisherModelResponse({
  this.publisherModel = '',
  this.endpoint = '',
  this.model = '',
}) : super(fullyQualifiedName);