GoogleChromeManagementVersionsV1PubSubConfig constructor

GoogleChromeManagementVersionsV1PubSubConfig({
  1. GoogleChromeManagementVersionsV1ReportingSettings? reportingSettings,
  2. String? topicFullPath,
})

Implementation

GoogleChromeManagementVersionsV1PubSubConfig({
  this.reportingSettings,
  this.topicFullPath,
});