GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson(core.Map json_)
  : this(executionId: json_['executionId'] as core.String?);