SubscriptionsResourcePauseCollection constructor
const
SubscriptionsResourcePauseCollection({
- required SubscriptionPauseCollectionBehavior behavior,
- DateTime? resumesAt,
SubscriptionsResourcePauseCollection
The Pause Collection settings determine how we will pause collection for this subscription and for how long the subscription should be paused.
Implementation
const SubscriptionsResourcePauseCollection({
required this.behavior,
this.resumesAt,
});