Team class abstract

Team

Properties:

Constructors

Team([void updates(TeamBuilder b)])
factory

Properties

allowedDomains String?
no setter
allowOpenInvite bool?
no setter
createAt int?
The time in milliseconds a team was created
no setter
deleteAt int?
The time in milliseconds a team was deleted
no setter
description String?
no setter
displayName String?
no setter
email String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
inviteId String?
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
no setter
updateAt int?
The time in milliseconds a team was last updated
no setter

Methods

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