- API ›
- Constructors ›
- Passkey
Passkey
---types--- passkey#98613ebf id:string name:string date:int software_emoji_id:flags.0?long last_usage_date:flags.1?int = Passkey
Belongs to
| Passkey |
In Rust this constructor is a variant of the enums::Passkey enum.
Match on it with: if let enums::Passkey::Passkey(v) = result { ... }