Struct fastly_api::models::iam_user_group::IamUserGroup
source · pub struct IamUserGroup {
pub created_at: Option<String>,
pub updated_at: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub invitations_count: Option<i32>,
pub users_count: Option<i32>,
pub roles_count: Option<i32>,
}
Fields§
§created_at: Option<String>
Date and time in ISO 8601 format.
updated_at: Option<String>
Date and time in ISO 8601 format.
id: Option<String>
Alphanumeric string identifying the user group.
name: Option<String>
Name of the user group.
description: Option<String>
Description of the user group.
invitations_count: Option<i32>
Number of invitations added to the user group.
users_count: Option<i32>
Number of users added to the user group.
roles_count: Option<i32>
Number of roles added to the user group.
Implementations§
source§impl IamUserGroup
impl IamUserGroup
pub fn new() -> IamUserGroup
Trait Implementations§
source§impl Clone for IamUserGroup
impl Clone for IamUserGroup
source§fn clone(&self) -> IamUserGroup
fn clone(&self) -> IamUserGroup
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IamUserGroup
impl Debug for IamUserGroup
source§impl Default for IamUserGroup
impl Default for IamUserGroup
source§fn default() -> IamUserGroup
fn default() -> IamUserGroup
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IamUserGroup
impl<'de> Deserialize<'de> for IamUserGroup
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more