PublicKey.read_only
is optional
This commit is contained in:
parent
0912ffdcee
commit
1bb146d8f6
|
@ -470,7 +470,7 @@ pub struct PublicKey {
|
|||
pub id: u64,
|
||||
pub key: String,
|
||||
pub key_type: String,
|
||||
pub read_only: bool,
|
||||
pub read_only: Option<bool>,
|
||||
pub title: String,
|
||||
pub url: Option<Url>,
|
||||
pub user: User,
|
||||
|
|
Loading…
Reference in a new issue