GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.fromJson(
  1. Map json_
)

Implementation

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