Struct slack_chat_api::types::ObjsTeam
source · 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 json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &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 more