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