ChannelWithTeamDataAllOf class abstract

ChannelWithTeamDataAllOf

Properties:

  • 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

ChannelWithTeamDataAllOf([void updates(ChannelWithTeamDataAllOfBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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
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
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

Methods

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