Class BulkSuspendComplete
The bulk suspend complete object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendComplete
Constructors
View SourceBulkSuspendComplete(long, long, long, long, BulkSuspendReportDeliveryStatus)
Initializes a new instance of the BulkSuspendComplete class.
Declaration
public BulkSuspendComplete(long requested, long suspended, long failed, long unknown, BulkSuspendReportDeliveryStatus reportDelivery)
Parameters
| Type | Name | Description |
|---|---|---|
| long | requested | The requested |
| long | suspended | The suspended |
| long | failed | The failed |
| long | unknown | The unknown |
| BulkSuspendReportDeliveryStatus | reportDelivery | The report delivery |
Properties
View SourceFailed
Gets the failed of the bulk suspend complete
Declaration
public long Failed { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |
ReportDelivery
Gets the report delivery of the bulk suspend complete
Declaration
public BulkSuspendReportDeliveryStatus ReportDelivery { get; protected set; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus |
Requested
Gets the requested of the bulk suspend complete
Declaration
public long Requested { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |
Suspended
Gets the suspended of the bulk suspend complete
Declaration
public long Suspended { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |
Unknown
Gets the unknown of the bulk suspend complete
Declaration
public long Unknown { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |