edutap.wallet_google.models.datatypes.notification.UpcomingNotification#

pydantic model edutap.wallet_google.models.datatypes.notification.UpcomingNotification#

see: https://developers.google.com/wallet/generic/rest/v1/genericobject#upcomingnotification

Show JSON schema
{
   "title": "UpcomingNotification",
   "description": "see: https://developers.google.com/wallet/generic/rest/v1/genericobject#upcomingnotification",
   "type": "object",
   "properties": {
      "enableNotification": {
         "default": false,
         "title": "Enablenotification",
         "type": "boolean"
      }
   },
   "additionalProperties": false
}

Config:
  • extra: str = forbid

Fields:
field enableNotification: bool = False#