GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.fromJson(core.Map json_)
: this(
eventExecutionInfoId: json_['eventExecutionInfoId'] as core.String?,
);