GroupSelector

public enum GroupSelector : CustomStringConvertible, JSONRepresentable

Argument for selecting a single group, either by group_id or by external group ID.

  • Group ID.

    Declaration

    Swift

    case groupId(String)
  • External ID of the group.

    Declaration

    Swift

    case groupExternalId(String)
  • Declaration

    Swift

    public var description: String { get }