DescribePartnerEventSourceResponse constructor

DescribePartnerEventSourceResponse({
  1. String? arn,
  2. String? name,
})

Implementation

DescribePartnerEventSourceResponse({
  this.arn,
  this.name,
});