GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.fromJson(
core.Map json_,
) : this(
executionInfoIds:
(json_['executionInfoIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);