toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bulkExportGcsDestination != null)
    'bulkExportGcsDestination': bulkExportGcsDestination!,
  if (complexDataTypeReferenceParsing != null)
    'complexDataTypeReferenceParsing': complexDataTypeReferenceParsing!,
  if (consentConfig != null) 'consentConfig': consentConfig!,
  if (defaultSearchHandlingStrict != null)
    'defaultSearchHandlingStrict': defaultSearchHandlingStrict!,
  if (disableReferentialIntegrity != null)
    'disableReferentialIntegrity': disableReferentialIntegrity!,
  if (disableResourceVersioning != null)
    'disableResourceVersioning': disableResourceVersioning!,
  if (enableUpdateCreate != null) 'enableUpdateCreate': enableUpdateCreate!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (notificationConfig != null) 'notificationConfig': notificationConfig!,
  if (notificationConfigs != null)
    'notificationConfigs': notificationConfigs!,
  if (streamConfigs != null) 'streamConfigs': streamConfigs!,
  if (validationConfig != null) 'validationConfig': validationConfig!,
  if (version != null) 'version': version!,
};