InlineObject44 class abstract

InlineObject44

Properties:

  • teamId - The team ID of the team to create the channel on
  • name - The unique handle for the channel, will be present in the channel URL
  • displayName - The non-unique UI name for the channel
  • type - 'O' for a public channel, 'P' for a private channel
  • purpose - A short description of the purpose of the channel
  • header - Markdown-formatted text to display in the header of the channel

Constructors

InlineObject44([void updates(InlineObject44Builder b)])
factory

Properties

displayName String
The non-unique UI name for the channel
no setter
hashCode int
The hash code for this object.
no setterinherited
Markdown-formatted text to display in the header of the channel
no setter
name String
The unique handle for the channel, will be present in the channel URL
no setter
purpose String?
A short description of the purpose of the channel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
The team ID of the team to create the channel on
no setter
type String
'O' for a public channel, 'P' for a private channel
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject44Builder)) InlineObject44
Rebuilds the instance.
inherited
toBuilder() InlineObject44Builder
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<InlineObject44>
no setter