GoogleChromeManagementVersionsV1SplunkConfig constructor

GoogleChromeManagementVersionsV1SplunkConfig({
  1. String? hecToken,
  2. String? host,
  3. int? portNumber,
  4. GoogleChromeManagementVersionsV1ReportingSettings? reportingSettings,
  5. String? source,
  6. bool? unsecureScheme,
})

Implementation

GoogleChromeManagementVersionsV1SplunkConfig({
  this.hecToken,
  this.host,
  this.portNumber,
  this.reportingSettings,
  this.source,
  this.unsecureScheme,
});