DescribeActiveReceiptRuleSetResponse constructor
DescribeActiveReceiptRuleSetResponse({
- ReceiptRuleSetMetadata? metadata,
- List<
ReceiptRule> ? rules,
Implementation
DescribeActiveReceiptRuleSetResponse({
this.metadata,
this.rules,
});