RemoveFileMemberArg
public class RemoveFileMemberArg : CustomStringConvertible, JSONRepresentable
Arguments for removeFileMember2.
-
File from which to remove members.
Declaration
Swift
public let file: String
-
Member to remove from this file. Note that even if an email is specified, it may result in the removal of a user (not an invitee) if the user’s main account corresponds to that email address.
Declaration
Swift
public let member: Sharing.MemberSelector
-
Declaration
Swift
public var description: String { get }