DeployPublisherModelOperationMetadata constructor
DeployPublisherModelOperationMetadata({
- GenericOperationMetadata? genericMetadata,
- String publisherModel = '',
- String destination = '',
- int projectNumber = 0,
Implementation
DeployPublisherModelOperationMetadata({
this.genericMetadata,
this.publisherModel = '',
this.destination = '',
this.projectNumber = 0,
}) : super(fullyQualifiedName);