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