GroupsGetInfoItem

public enum GroupsGetInfoItem : CustomStringConvertible, JSONRepresentable

The GroupsGetInfoItem union

  • An ID that was provided as a parameter to groupsGetInfo, and did not match a corresponding group. The ID can be a group ID, or an external ID, depending on how the method was called.

    Declaration

    Swift

    case idNotFound(String)
  • Info about a group.

    Declaration

    Swift

    case groupInfo(Team.GroupFullInfo)
  • Declaration

    Swift

    public var description: String { get }