toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bigQueryOptions != null) 'bigQueryOptions': bigQueryOptions!,
      if (cloudStorageOptions != null)
        'cloudStorageOptions': cloudStorageOptions!,
      if (datastoreOptions != null) 'datastoreOptions': datastoreOptions!,
      if (hybridOptions != null) 'hybridOptions': hybridOptions!,
      if (timespanConfig != null) 'timespanConfig': timespanConfig!,
    };