GoogleCloudAdvisorynotificationsV1Csv constructor

GoogleCloudAdvisorynotificationsV1Csv({
  1. List<GoogleCloudAdvisorynotificationsV1CsvCsvRow>? dataRows,
  2. List<String>? headers,
})

Implementation

GoogleCloudAdvisorynotificationsV1Csv({
  this.dataRows,
  this.headers,
});