OBJECT

SetDropTimeBasedRulePayload

SetDropTimeBasedRulePayload returns the result of the rule update.

link GraphQL Schema definition

1type SetDropTimeBasedRulePayload {
2
3# Returns the updated Campaign.
4dropCampaign: DropCampaign
5
6# A mapped error returned by the drops management service.
7error: DropsError
8
9}