pub struct ObjsTeam {Show 29 fields
pub archived: bool,
pub avatar_base_url: String,
pub created: i64,
pub date_create: i64,
pub deleted: bool,
pub description: String,
pub discoverable: Vec<TzAnyOf>,
pub domain: String,
pub email_domain: String,
pub enterprise_id: String,
pub enterprise_name: String,
pub external_org_migrations: Option<ExternalOrgMigrations>,
pub has_compliance_export: bool,
pub icon: ObjsIcon,
pub id: String,
pub is_assigned: bool,
pub is_enterprise: i64,
pub is_over_storage_limit: bool,
pub limit_ts: i64,
pub locale: String,
pub messages_count: i64,
pub msg_edit_window_mins: i64,
pub name: String,
pub over_integrations_limit: bool,
pub over_storage_limit: bool,
pub pay_prod_cur: String,
pub plan: Option<Plan>,
pub primary_owner: Option<ObjsPrimaryOwner>,
pub sso_provider: Option<SsoProvider>,
}Fields§
§archived: bool§avatar_base_url: String§created: i64§date_create: i64§deleted: bool§description: String§discoverable: Vec<TzAnyOf>§domain: String§email_domain: String§enterprise_id: String§enterprise_name: String§external_org_migrations: Option<ExternalOrgMigrations>§has_compliance_export: bool§icon: ObjsIcon§id: String§is_assigned: bool§is_enterprise: i64§is_over_storage_limit: bool§limit_ts: i64§locale: String§messages_count: i64§msg_edit_window_mins: i64§name: String§over_integrations_limit: bool§over_storage_limit: bool§pay_prod_cur: String§plan: Option<Plan>§primary_owner: Option<ObjsPrimaryOwner>§sso_provider: Option<SsoProvider>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ObjsTeam
impl<'de> Deserialize<'de> for ObjsTeam
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
Source§impl JsonSchema for ObjsTeam
impl JsonSchema for ObjsTeam
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreimpl StructuralPartialEq for ObjsTeam
Auto Trait Implementations§
impl Freeze for ObjsTeam
impl RefUnwindSafe for ObjsTeam
impl Send for ObjsTeam
impl Sync for ObjsTeam
impl Unpin for ObjsTeam
impl UnwindSafe for ObjsTeam
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more