GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaExecuteEventResponse.fromJson(core.Map json_)
: this(
executionId: json_.containsKey('executionId')
? json_['executionId'] as core.String
: null,
);