We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7160f9 commit ac297a2Copy full SHA for ac297a2
src/user.rs
@@ -4,7 +4,7 @@ use crate::openapi::apis::{user_devices_api, users_api};
4
use crate::Error;
5
6
pub struct User {
7
- pub(crate) configuration: Configuration,
+ pub configuration: Configuration,
8
}
9
10
impl User {
0 commit comments