ExportPublisherModelRequest constructor

ExportPublisherModelRequest({
  1. required String name,
  2. required GcsDestination? destination,
  3. required String parent,
})

Implementation

ExportPublisherModelRequest({
  required this.name,
  required this.destination,
  required this.parent,
}) : super(fullyQualifiedName);