GroupSummary
public class GroupSummary : CustomStringConvertible, JSONRepresentable
Information about a group.
-
(no description)
Declaration
Swift
public let groupName: String -
(no description)
Declaration
Swift
public let groupId: String -
External ID of group. This is an arbitrary ID that an admin can attach to a group.
Declaration
Swift
public let groupExternalId: String? -
The number of members in the group.
Declaration
Swift
public let memberCount: UInt32? -
Who is allowed to manage the group.
Declaration
Swift
public let groupManagementType: TeamCommon.GroupManagementType -
Declaration
Swift
public var description: String { get }
View on GitHub
GroupSummary Class Reference