edutap.wallet_google.models.datatypes.general.GroupingInfo#
- pydantic model edutap.wallet_google.models.datatypes.general.GroupingInfo#
see: https://developers.google.com/wallet/generic/rest/v1/GroupingInfo
Show JSON schema
{ "title": "GroupingInfo", "description": "see: https://developers.google.com/wallet/generic/rest/v1/GroupingInfo", "type": "object", "properties": { "sortIndex": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Sortindex" }, "groupingId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Groupingid" } } }
- field groupingId: str | None = None#
- field sortIndex: int | None = None#