Class MembersUnsuspendArg
Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
Inheritance
System.Object
MembersUnsuspendArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersUnsuspendArg
Constructors
| Improve this Doc View SourceMembersUnsuspendArg(UserSelectorArg)
Initializes a new instance of the MembersUnsuspendArg class.
Declaration
public MembersUnsuspendArg(UserSelectorArg user)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | Identity of user to unsuspend. |
Properties
| Improve this Doc View SourceUser
Identity of user to unsuspend.
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |