edutap.wallet_google.models.primitives.SecurityAnimation#
- pydantic model edutap.wallet_google.models.primitives.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": { "allOf": [ { "$ref": "#/$defs/AnimationType" } ], "default": "ANIMATION_UNSPECIFIED" } }, "$defs": { "AnimationType": { "description": "see: https://developers.google.com/wallet/generic/rest/v1/SecurityAnimation#animationtype", "enum": [ "ANIMATION_UNSPECIFIED", "FOIL_SHIMMER" ], "title": "AnimationType", "type": "string" } } }
- field animationType: AnimationType = AnimationType.ANIMATION_UNSPECIFIED#