CreateSharedLinkWithSettingsArg
public class CreateSharedLinkWithSettingsArg : CustomStringConvertible, JSONRepresentable
The CreateSharedLinkWithSettingsArg struct
-
The path to be shared by the shared link.
Declaration
Swift
public let path: String -
The requested settings for the newly created shared link.
Declaration
Swift
public let settings: Sharing.SharedLinkSettings? -
Declaration
Swift
public var description: String { get }
View on GitHub
CreateSharedLinkWithSettingsArg Class Reference