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