GroupUpdateArgs
public class GroupUpdateArgs : Team.IncludeMembersArg
The GroupUpdateArgs struct
-
Specify a group.
Declaration
Swift
public let group: Team.GroupSelector
-
Optional argument. Set group name to this if provided.
Declaration
Swift
public let newGroupName: String?
-
Optional argument. New group external ID. If the argument is None, the group’s external_id won’t be updated. If the argument is empty string, the group’s external id will be cleared.
Declaration
Swift
public let newGroupExternalId: String?
-
Set new group management type, if provided.
Declaration
Swift
public let newGroupManagementType: TeamCommon.GroupManagementType?