Skip to main content

UpdateUserResponseContent

Type Alias UpdateUserResponseContent 

Source
pub type UpdateUserResponseContent = User;
Expand description

UpdateUserResponseContent, as the model names it.

Aliased Type§

pub struct UpdateUserResponseContent {
    pub id: String,
    pub name: SensitiveString,
    pub role: String,
    pub active: bool,
    pub email_address: SensitiveString,
    pub created_at: DateTime<Utc>,
    pub url: String,
    pub avatar_url: Option<String>,
}

Fields§

§id: String

id.

§name: SensitiveString

name.

§role: String

role.

§active: bool

active.

§email_address: SensitiveString

email_address.

§created_at: DateTime<Utc>

created_at.

§url: String

url.

§avatar_url: Option<String>

avatar_url.