ListRepricingRulesResponse constructor
ListRepricingRulesResponse({
- String? nextPageToken,
- List<
RepricingRule> ? repricingRules,
Implementation
ListRepricingRulesResponse({
this.nextPageToken,
this.repricingRules,
});