Class BulkSuspendMemberTarget
One member selected for suspension. The opaque client item ID correlates the eventual report row with the caller's input without sending CSV data.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendMemberTarget
Constructors
View SourceBulkSuspendMemberTarget(string, MembersDeactivateArg)
Initializes a new instance of the BulkSuspendMemberTarget class.
Declaration
public BulkSuspendMemberTarget(string clientItemId, MembersDeactivateArg suspendArg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | clientItemId | The client item id |
| MembersDeactivateArg | suspendArg | The suspend arg |
Properties
View SourceClientItemId
Gets the client item id of the bulk suspend member target
Declaration
public string ClientItemId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SuspendArg
Gets the suspend arg of the bulk suspend member target
Declaration
public MembersDeactivateArg SuspendArg { get; protected set; }
Property Value
| Type | Description |
|---|---|
| MembersDeactivateArg |