ChannelWithTeamData class abstract

ChannelWithTeamData

Properties:

  • id
  • createAt - The time in milliseconds a channel was created
  • updateAt - The time in milliseconds a channel was last updated
  • deleteAt - The time in milliseconds a channel was deleted
  • teamId
  • type
  • displayName
  • name
  • header
  • purpose
  • lastPostAt - The time in milliseconds of the last post of a channel
  • totalMsgCount
  • extraUpdateAt - Deprecated in Mattermost 5.0 release
  • creatorId
  • teamDisplayName - The display name of the team to which this channel belongs.
  • teamName - The name of the team to which this channel belongs.
  • teamUpdateAt - The time at which the team to which this channel belongs was last updated.
  • policyId - The data retention policy to which this team has been assigned. If no such policy exists, or the caller does not have the sysconsole_read_compliance_data_retention permission, this field will be null.

Constructors

ChannelWithTeamData([void updates(ChannelWithTeamDataBuilder b)])
factory

Properties

createAt int?
The time in milliseconds a channel was created
no setter
creatorId String?
no setter
deleteAt int?
The time in milliseconds a channel was deleted
no setter
displayName String?
no setter
extraUpdateAt int?
Deprecated in Mattermost 5.0 release
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
id String?
no setter
lastPostAt int?
The time in milliseconds of the last post of a channel
no setter
name String?
no setter
policyId String?
The data retention policy to which this team has been assigned. If no such policy exists, or the caller does not have the sysconsole_read_compliance_data_retention permission, this field will be null.
no setter
purpose String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamDisplayName String?
The display name of the team to which this channel belongs.
no setter
teamId String?
no setter
teamName String?
The name of the team to which this channel belongs.
no setter
teamUpdateAt int?
The time at which the team to which this channel belongs was last updated.
no setter
totalMsgCount int?
no setter
type String?
no setter
updateAt int?
The time in milliseconds a channel was last updated
no setter

Methods

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