edutap.wallet_google.models.datatypes.review.Review#
- pydantic model edutap.wallet_google.models.datatypes.review.Review#
see: https://developers.google.com/wallet/retail/loyalty-cards/rest/v1/Review
Show JSON schema
{ "title": "Review", "description": "see: https://developers.google.com/wallet/retail/loyalty-cards/rest/v1/Review", "type": "object", "properties": { "comments": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Comments" } } }
- Fields:
- field comments: str | None = None#