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