Class BulkSuspendRowOutcome
The terminal outcome for one requested member. Row outcomes are delivered in the report rather than embedded in the status response.
Inheritance
BulkSuspendRowOutcome
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendRowOutcome
Constructors
View SourceBulkSuspendRowOutcome()
Initializes a new instance of the BulkSuspendRowOutcome class.
Declaration
public BulkSuspendRowOutcome()
Properties
View SourceAsFailed
Gets this instance as a Failed, or null.
Declaration
public BulkSuspendRowOutcome.Failed AsFailed { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowOutcome.Failed |
AsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendRowOutcome.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowOutcome.Other |
AsSuspended
Gets this instance as a Suspended, or null.
Declaration
public BulkSuspendRowOutcome.Suspended AsSuspended { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowOutcome.Suspended |
AsUnknown
Gets this instance as a Unknown, or null.
Declaration
public BulkSuspendRowOutcome.Unknown AsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowOutcome.Unknown |
IsFailed
Gets a value indicating whether this instance is Failed
Declaration
public bool IsFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuspended
Gets a value indicating whether this instance is Suspended
Declaration
public bool IsSuspended { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnknown
Gets a value indicating whether this instance is Unknown
Declaration
public bool IsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| bool |