ListSharedLinksResult
open class ListSharedLinksResult : CustomStringConvertible
The ListSharedLinksResult struct
-
Shared links applicable to the path argument.
Declaration
Swift
public let links: Array<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
open var description: String { get }