Struct octorust::types::TeamFull [−][src]
pub struct TeamFull {Show fields
pub created_at: DateTime<Utc>,
pub description: String,
pub html_url: String,
pub id: i64,
pub ldap_dn: String,
pub members_count: i64,
pub members_url: String,
pub name: String,
pub node_id: String,
pub organization: OrganizationFull,
pub parent: Option<Parent>,
pub permission: String,
pub privacy: Option<Privacy>,
pub repos_count: i64,
pub repositories_url: String,
pub slug: String,
pub updated_at: DateTime<Utc>,
pub url: String,
}Expand description
Groups of organization members that gives permissions on specified repositories.
Fields
created_at: DateTime<Utc>description: Stringhtml_url: Stringid: i64Unique identifier of the team
ldap_dn: StringGroups of organization members that gives permissions on specified repositories.
members_count: i64members_url: Stringname: StringName of the team
node_id: Stringorganization: OrganizationFullOrganization Full
parent: Option<Parent>Groups of organization members that gives permissions on specified repositories.
permission: StringPermission that the team will have for its repositories
privacy: Option<Privacy>Groups of organization members that gives permissions on specified repositories.
repos_count: i64repositories_url: Stringslug: Stringupdated_at: DateTime<Utc>url: StringURL for the team
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for TeamFullimpl UnwindSafe for TeamFullBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more