GetSharedLinkMetadataArg
public class GetSharedLinkMetadataArg : CustomStringConvertible, JSONRepresentable
The GetSharedLinkMetadataArg struct
-
URL of the shared link.
Declaration
Swift
public let url: String
-
If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used.
Declaration
Swift
public let path: String?
-
If the shared link has a password, this parameter can be used.
Declaration
Swift
public let linkPassword: String?
-
Declaration
Swift
public var description: String { get }