FileMemberActionResult
public class FileMemberActionResult : CustomStringConvertible, JSONRepresentable
Per-member result for addFileMember.
-
One of specified input members.
Declaration
Swift
public let member: Sharing.MemberSelector
-
The outcome of the action on this member.
Declaration
Swift
public let result: Sharing.FileMemberActionIndividualResult
-
The SHA-1 encrypted shared content key.
Declaration
Swift
public let sckeySha1: String?
-
The sharing sender-recipient invitation signatures for the input member_id. A member_id can be a group and thus have multiple users and multiple invitation signatures.
Declaration
Swift
public let invitationSignature: [String]?
-
Declaration
Swift
public var description: String { get }