menu
googleapis package
documentation
servicecontrol/v1.dart
QuotaProperties
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() => { if (quotaMode != null) 'quotaMode': quotaMode!, };
googleapis package
documentation
servicecontrol/v1
QuotaProperties
toJson method
QuotaProperties class