ListTeamAppsResult
public class ListTeamAppsResult : CustomStringConvertible, JSONRepresentable
Information returned by linkedAppsListTeamLinkedApps.
-
The linked applications of each member of the team.
Declaration
Swift
public let apps: [Team.MemberLinkedApps] -
If true, then there are more apps available. Pass the cursor to linkedAppsListTeamLinkedApps to retrieve the rest.
Declaration
Swift
public let hasMore: Bool -
Pass the cursor into linkedAppsListTeamLinkedApps to receive the next sub list of team’s applications.
Declaration
Swift
public let cursor: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
ListTeamAppsResult Class Reference