GoogleCloudAdvisorynotificationsV1CsvCsvRow.fromJson constructor

GoogleCloudAdvisorynotificationsV1CsvCsvRow.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAdvisorynotificationsV1CsvCsvRow.fromJson(core.Map json_)
  : this(
      entries: (json_['entries'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );