ListTeamAppsArg
public class ListTeamAppsArg : CustomStringConvertible, JSONRepresentable
Arguments for linkedAppsListTeamLinkedApps.
-
At the first call to the linkedAppsListTeamLinkedApps 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 }
View on GitHub
ListTeamAppsArg Class Reference