InlineObject45 class abstract

InlineObject45

Properties:

  • term - The string to search in the channel name, display name, and purpose.
  • notAssociatedToGroup - A group id to exclude channels that are associated to that group via GroupChannel records.
  • excludeDefaultChannels - Exclude default channels from the results by setting this parameter to true.
  • teamIds - Filters results to channels belonging to the given team ids Minimum server version: 5.26
  • groupConstrained - Filters results to only return channels constrained to a group Minimum server version: 5.26
  • excludeGroupConstrained - Filters results to exclude channels constrained to a group Minimum server version: 5.26
  • public - Filters results to only return Public / Open channels, can be used in conjunction with private to return both public and private channels Minimum server version: 5.26
  • private - Filters results to only return Private channels, can be used in conjunction with public to return both private and public channels Minimum server version: 5.26
  • deleted - Filters results to only return deleted / archived channels Minimum server version: 5.26
  • page - 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.
  • perPage - 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.
  • excludePolicyConstrained - If set to true, only channels 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

Constructors

InlineObject45([void updates(InlineObject45Builder b)])
factory

Properties

deleted bool?
Filters results to only return deleted / archived channels Minimum server version: 5.26
no setter
excludeDefaultChannels bool?
Exclude default channels from the results by setting this parameter to true.
no setter
excludeGroupConstrained bool?
Filters results to exclude channels constrained to a group Minimum server version: 5.26
no setter
excludePolicyConstrained bool?
If set to true, only channels 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
no setter
groupConstrained bool?
Filters results to only return channels constrained to a group Minimum server version: 5.26
no setter
hashCode int
The hash code for this object.
no setterinherited
notAssociatedToGroup String?
A group id to exclude channels that are associated to that group via GroupChannel records.
no setter
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.
no setter
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.
no setter
private bool?
Filters results to only return Private channels, can be used in conjunction with public to return both private and public channels Minimum server version: 5.26
no setter
public bool?
Filters results to only return Public / Open channels, can be used in conjunction with private to return both public and private channels Minimum server version: 5.26
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamIds → BuiltList<String>?
Filters results to channels belonging to the given team ids Minimum server version: 5.26
no setter
term String
The string to search in the channel name, display name, and purpose.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject45Builder)) InlineObject45
Rebuilds the instance.
inherited
toBuilder() InlineObject45Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<InlineObject45>
no setter