AudienceRestrictingSharedFolder
public class AudienceRestrictingSharedFolder : CustomStringConvertible, JSONRepresentable
Information about the shared folder that prevents the link audience for this link from being more restrictive.
-
The ID of the shared folder.
Declaration
Swift
public let sharedFolderId: String -
The name of the shared folder.
Declaration
Swift
public let name: String -
The link audience of the shared folder.
Declaration
Swift
public let audience: Sharing.LinkAudience -
Declaration
Swift
public var description: String { get }
View on GitHub
AudienceRestrictingSharedFolder Class Reference