SharedContentRemoveInviteesDetails
open class SharedContentRemoveInviteesDetails : CustomStringConvertible
Removed invitee from shared file/folder before invite was accepted.
-
A list of invitees.
Declaration
Swift
public let invitees: Array<String>
-
Declaration
Swift
open var description: String { get }