ResellernotifyGetwatchdetailsResponse constructor

ResellernotifyGetwatchdetailsResponse({
  1. List<String>? serviceAccountEmailAddresses,
  2. String? topicName,
})

Implementation

ResellernotifyGetwatchdetailsResponse({
  this.serviceAccountEmailAddresses,
  this.topicName,
});