edutap.wallet_google.modelbase.GoogleWalletObjectModel#

pydantic model edutap.wallet_google.modelbase.GoogleWalletObjectModel#

Base model for all Google Wallet Object models.

Show JSON schema
{
   "title": "GoogleWalletObjectModel",
   "description": "Base model for all Google Wallet Object models.",
   "type": "object",
   "properties": {
      "id": {
         "title": "Id",
         "type": "string"
      },
      "classId": {
         "title": "Classid",
         "type": "string"
      }
   },
   "required": [
      "id",
      "classId"
   ]
}

Fields:
field classId: str [Required]#