toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (errorsConfig != null) 'errorsConfig': errorsConfig!,
if (inputConfig != null) 'inputConfig': inputConfig!,
if (notificationPubsubTopic != null)
'notificationPubsubTopic': notificationPubsubTopic!,
if (reconciliationMode != null)
'reconciliationMode': reconciliationMode!,
if (requestId != null) 'requestId': requestId!,
if (updateMask != null) 'updateMask': updateMask!,
};