ListMembersAppsResult
public class ListMembersAppsResult : CustomStringConvertible, JSONRepresentable
Information returned by linkedAppsListMembersLinkedApps.
-
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 linkedAppsListMembersLinkedApps to retrieve the rest.
Declaration
Swift
public let hasMore: Bool
-
Pass the cursor into linkedAppsListMembersLinkedApps to receive the next sub list of team’s applications.
Declaration
Swift
public let cursor: String?
-
Declaration
Swift
public var description: String { get }