GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.fromJson constructor
GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.fromJson(
- Map json_
Implementation
GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest.fromJson(
core.Map json_)
: this(
clientId: json_['clientId'] as core.String?,
ignoreErrorIfNoActiveWorkflow:
json_['ignoreErrorIfNoActiveWorkflow'] as core.bool?,
parameters: json_.containsKey('parameters')
? EnterpriseCrmEventbusProtoEventParameters.fromJson(
json_['parameters'] as core.Map<core.String, core.dynamic>)
: null,
priority: json_['priority'] as core.String?,
quotaRetryCount: json_['quotaRetryCount'] as core.int?,
requestId: json_['requestId'] as core.String?,
resourceName: json_['resourceName'] as core.String?,
scheduledTime: json_['scheduledTime'] as core.String?,
testMode: json_['testMode'] as core.bool?,
triggerId: json_['triggerId'] as core.String?,
userGeneratedExecutionId:
json_['userGeneratedExecutionId'] as core.String?,
workflowName: json_['workflowName'] as core.String?,
);