DeployPublisherModelOperationMetadata constructor

DeployPublisherModelOperationMetadata({
  1. GenericOperationMetadata? genericMetadata,
  2. String publisherModel = '',
  3. String destination = '',
  4. int projectNumber = 0,
})

Implementation

DeployPublisherModelOperationMetadata({
  this.genericMetadata,
  this.publisherModel = '',
  this.destination = '',
  this.projectNumber = 0,
}) : super(fullyQualifiedName);