edutap.wallet_google.modelbase.GoogleWalletObjectReference#

pydantic model edutap.wallet_google.modelbase.GoogleWalletObjectReference#

Model for all Google Wallet Object references.

Show JSON schema
{
   "title": "GoogleWalletObjectReference",
   "description": "Model for all Google Wallet Object references.",
   "type": "object",
   "properties": {
      "id": {
         "title": "Id",
         "type": "string"
      },
      "classId": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "title": "Classid"
      }
   },
   "required": [
      "id"
   ]
}

Fields:
field classId: str | None = None#