EnterpriseCrmEventbusProtoCustomSuspensionRequest.fromJson constructor
EnterpriseCrmEventbusProtoCustomSuspensionRequest.fromJson(
- Map json_
Implementation
EnterpriseCrmEventbusProtoCustomSuspensionRequest.fromJson(core.Map json_)
: this(
postToQueueWithTriggerIdRequest: json_
.containsKey('postToQueueWithTriggerIdRequest')
? GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
.fromJson(json_['postToQueueWithTriggerIdRequest']
as core.Map<core.String, core.dynamic>)
: null,
suspensionInfoEventParameterKey:
json_.containsKey('suspensionInfoEventParameterKey')
? json_['suspensionInfoEventParameterKey'] as core.String
: null,
);