Class BulkSuspendJobStatus.Failed
The failed object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class BulkSuspendJobStatus.Failed : BulkSuspendJobStatus
Constructors
View SourceFailed(BulkSuspendTaskFailure)
Initializes a new instance of the BulkSuspendJobStatus.Failed class.
Declaration
public Failed(BulkSuspendTaskFailure value)
Parameters
| Type | Name | Description |
|---|---|---|
| BulkSuspendTaskFailure | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public BulkSuspendTaskFailure Value { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendTaskFailure |