DescribeReceiptRuleSetResponse constructor

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

Implementation

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