dataRows property
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
Implementation
core.List<GoogleCloudAdvisorynotificationsV1CsvCsvRow>? dataRows;
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
core.List<GoogleCloudAdvisorynotificationsV1CsvCsvRow>? dataRows;