ModifySharedLinkSettingsArgs
public class ModifySharedLinkSettingsArgs : CustomStringConvertible, JSONRepresentable
The ModifySharedLinkSettingsArgs struct
-
URL of the shared link to change its settings.
Declaration
Swift
public let url: String
-
Set of settings for the shared link.
Declaration
Swift
public let settings: Sharing.SharedLinkSettings
-
If set to true, removes the expiration of the shared link.
Declaration
Swift
public let removeExpiration: Bool
-
Declaration
Swift
public var description: String { get }