InlineObject95 class abstract

InlineObject95

Properties:

  • term - The string to search in the channel name, display name, and purpose.
  • teamIds - Filters results to channels belonging to the given team ids
  • public - Filters results to only return Public / Open channels, can be used in conjunction with private to return both public and private channels
  • private - Filters results to only return Private channels, can be used in conjunction with public to return both private and public channels
  • deleted - Filters results to only return deleted / archived channels

Constructors

InlineObject95([void updates(InlineObject95Builder b)])
factory

Properties

deleted bool?
Filters results to only return deleted / archived channels
no setter
hashCode int
The hash code for this object.
no setterinherited
private bool?
Filters results to only return Private channels, can be used in conjunction with public to return both private and public channels
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
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
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(InlineObject95Builder)) InlineObject95
Rebuilds the instance.
inherited
toBuilder() InlineObject95Builder
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<InlineObject95>
no setter