ListMembersAppsArg

public class ListMembersAppsArg : CustomStringConvertible, JSONRepresentable

Arguments for linkedAppsListMembersLinkedApps.

  • At the first call to the linkedAppsListMembersLinkedApps the cursor shouldn’t be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of the team applications.

    Declaration

    Swift

    public let cursor: String?
  • Declaration

    Swift

    public var description: String { get }