edutap.wallet_google.models.datatypes.general.SaveRestrictions#
- pydantic model edutap.wallet_google.models.datatypes.general.SaveRestrictions#
see: https://developers.google.com/wallet/reference/rest/v1/SaveRestrictions
Show JSON schema
{ "title": "SaveRestrictions", "description": "see: https://developers.google.com/wallet/reference/rest/v1/SaveRestrictions", "type": "object", "properties": { "restrictToEmailSha256": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Restricttoemailsha256" } } }
- field restrictToEmailSha256: str | None = None#