toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'containerArguments': ?containerArguments,
    'containerEntrypoints': ?containerEntrypoints,
    'imageUri': imageUri,
    'postAnalyticsProcessorSourceUri': ?postAnalyticsProcessorSourceUri,
    'recordPreprocessorSourceUri': ?recordPreprocessorSourceUri,
  };
}