11# DO NOT EDIT! This file is automatically generated
2-
32import marshmallow
43
54from commercetools import types
1211
1312
1413class ApiClientDraftSchema (marshmallow .Schema ):
15- "Marshmallow schema for :class:`commercetools.types.ApiClientDraft`."
14+ """Marshmallow schema for :class:`commercetools.types.ApiClientDraft`."""
15+
1616 name = marshmallow .fields .String (allow_none = True )
1717 scope = marshmallow .fields .String (allow_none = True )
1818 delete_days_after_creation = marshmallow .fields .Integer (
@@ -28,7 +28,8 @@ def post_load(self, data, **kwargs):
2828
2929
3030class ApiClientPagedQueryResponseSchema (marshmallow .Schema ):
31- "Marshmallow schema for :class:`commercetools.types.ApiClientPagedQueryResponse`."
31+ """Marshmallow schema for :class:`commercetools.types.ApiClientPagedQueryResponse`."""
32+
3233 limit = marshmallow .fields .Integer (allow_none = True )
3334 count = marshmallow .fields .Integer (allow_none = True )
3435 total = marshmallow .fields .Integer (allow_none = True , missing = None )
@@ -49,7 +50,8 @@ def post_load(self, data, **kwargs):
4950
5051
5152class ApiClientSchema (marshmallow .Schema ):
52- "Marshmallow schema for :class:`commercetools.types.ApiClient`."
53+ """Marshmallow schema for :class:`commercetools.types.ApiClient`."""
54+
5355 id = marshmallow .fields .String (allow_none = True )
5456 name = marshmallow .fields .String (allow_none = True )
5557 scope = marshmallow .fields .String (allow_none = True )
0 commit comments