IdUsernamePair

public struct IdUsernamePair

Struct representing a dispatch target identifier that belongs to a given user.

  • The name of the user.

    Declaration

    Swift

    public let username: String
  • The dispatch target identifier.

    Declaration

    Swift

    public let identifier: String