ListSharedLinksResult

public class ListSharedLinksResult : CustomStringConvertible, JSONRepresentable

The ListSharedLinksResult struct

  • Shared links applicable to the path argument.

    Declaration

    Swift

    public let links: [Sharing.SharedLinkMetadata]
  • Is true if there are additional shared links that have not been returned yet. Pass the cursor into listSharedLinks to retrieve them.

    Declaration

    Swift

    public let hasMore: Bool
  • Pass the cursor into listSharedLinks to obtain the additional links. Cursor is returned only if no path is given.

    Declaration

    Swift

    public let cursor: String?
  • Declaration

    Swift

    public var description: String { get }