ListTeamAppsArg
open class ListTeamAppsArg : CustomStringConvertible
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
open var description: String { get }