DatasetContentDeliveryRule constructor
DatasetContentDeliveryRule({
- required DatasetContentDeliveryDestination destination,
- String? entryName,
Implementation
DatasetContentDeliveryRule({
required this.destination,
this.entryName,
});