edutap.wallet_google.models.datatypes.general.SecurityAnimation#

pydantic model edutap.wallet_google.models.datatypes.general.SecurityAnimation#

see: https://developers.google.com/wallet/generic/rest/v1/SecurityAnimation

Show JSON schema
{
   "title": "SecurityAnimation",
   "description": "see: https://developers.google.com/wallet/generic/rest/v1/SecurityAnimation",
   "type": "object",
   "properties": {
      "animationType": {
         "$ref": "#/$defs/AnimationType",
         "default": "ANIMATION_UNSPECIFIED"
      }
   },
   "$defs": {
      "AnimationType": {
         "description": "see: https://developers.google.com/wallet/generic/rest/v1/SecurityAnimation#animationtype",
         "enum": [
            "animationUnspecified",
            "ANIMATION_UNSPECIFIED",
            "foilShimmer",
            "FOIL_SHIMMER"
         ],
         "title": "AnimationType",
         "type": "string"
      }
   }
}

Fields:
field animationType: AnimationType = AnimationType.ANIMATION_UNSPECIFIED#