menu
googleapis package
documentation
containeranalysis/v1.dart
BatchCreateNotesRequest
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() { final notes = this.notes; return {'notes': ?notes}; }
googleapis package
documentation
containeranalysis/v1
BatchCreateNotesRequest
toJson method
BatchCreateNotesRequest class