GroupCreateArg
public class GroupCreateArg : CustomStringConvertible, JSONRepresentable
The GroupCreateArg struct
-
Group name.
Declaration
Swift
public let groupName: String
-
Automatically add the creator of the group.
Declaration
Swift
public let addCreatorAsOwner: Bool
-
The creator of a team can associate an arbitrary external ID to the group.
Declaration
Swift
public let groupExternalId: String?
-
Whether the team can be managed by selected users, or only by team admins.
Declaration
Swift
public let groupManagementType: TeamCommon.GroupManagementType?
-
Declaration
Swift
public var description: String { get }