TelephonyListToken

public struct TelephonyListToken<T>

Object containing a page of objects from a list, along with a token referencing the next page.

  • Items returned from the token that represent a page in the overall list.

    Declaration

    Swift

    public let items: [T]
  • A token that can be used to retrieve the next page.

    Declaration

    Swift

    public let nextToken: String?