MmSearchTeamsRequest class
Properties
-
allowOpenInvite
↔ bool?
-
Filters results to teams where
allow_open_invite
is set to true or false, excludes group constrained channels if this filter option is passed. If this filter option is not passed then the query will remain unchanged. Minimum server version: 5.28
getter/setter pair
-
excludePolicyConstrained
↔ bool
-
If set to true, only teams which do not have a granular retention policy assigned to them will be returned. The
sysconsole_read_compliance_data_retention
permission is required to use this parameter. Minimum server version: 5.35
getter/setter pair
-
groupConstrained
↔ bool?
-
Filters results to teams where
group_constrained
is set to true or false, returns the union of results when used with allow_open_invite
If the filter option is not passed then the query will remain unchanged. Minimum server version: 5.28
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
page
↔ String?
-
The page number to return, if paginated. If this parameter is not present with the
per_page
parameter then the results will be returned un-paged.
getter/setter pair
-
perPage
↔ String?
-
The number of entries to return per page, if paginated. If this parameter is not present with the
page
parameter then the results will be returned un-paged.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
term
↔ String?
-
The search term to match against the name or display name of teams
getter/setter pair