DescribeActiveReceiptRuleSetResponse constructor

DescribeActiveReceiptRuleSetResponse({
  1. ReceiptRuleSetMetadata? metadata,
  2. List<ReceiptRule>? rules,
})

Implementation

DescribeActiveReceiptRuleSetResponse({
  this.metadata,
  this.rules,
});