SharedLinkShareDetails
public class SharedLinkShareDetails : CustomStringConvertible, JSONRepresentable
Added members as audience of shared link.
-
Shared link owner details. Might be missing due to historical data gap.
Declaration
Swift
public let sharedLinkOwner: TeamLog.UserLogInfo?
-
Users without a Dropbox account that were added as shared link audience.
Declaration
Swift
public let externalUsers: [TeamLog.ExternalUserLogInfo]?
-
Declaration
Swift
public var description: String { get }