Class BulkSuspendTaskFailure
The bulk suspend task failure object
Inheritance
BulkSuspendTaskFailure
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendTaskFailure
Constructors
View SourceBulkSuspendTaskFailure()
Initializes a new instance of the BulkSuspendTaskFailure class.
Declaration
public BulkSuspendTaskFailure()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendTaskFailure.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendTaskFailure.Other |
AsUnusableResult
Gets this instance as a UnusableResult, or null.
Declaration
public BulkSuspendTaskFailure.UnusableResult AsUnusableResult { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendTaskFailure.UnusableResult |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnusableResult
Gets a value indicating whether this instance is UnusableResult
Declaration
public bool IsUnusableResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |