ReceiptRuleSetMetadata constructor

ReceiptRuleSetMetadata({
  1. DateTime? createdTimestamp,
  2. String? name,
})

Implementation

ReceiptRuleSetMetadata({
  this.createdTimestamp,
  this.name,
});