ExportPublisherModelRequest constructor
ExportPublisherModelRequest({
- required String name,
- required GcsDestination? destination,
- required String parent,
Implementation
ExportPublisherModelRequest({
required this.name,
required this.destination,
required this.parent,
}) : super(fullyQualifiedName);