Class BulkSuspendReportDeliveryStatus
The bulk suspend report delivery status object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendReportDeliveryStatus
Constructors
View SourceBulkSuspendReportDeliveryStatus()
Initializes a new instance of the BulkSuspendReportDeliveryStatus class.
Declaration
public BulkSuspendReportDeliveryStatus()
Properties
View SourceAsBulkSuspendReportDeliveryStatusDelivered
Gets this instance as a BulkSuspendReportDeliveryStatusDelivered, or
null.
Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusDelivered AsBulkSuspendReportDeliveryStatusDelivered { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusDelivered |
AsBulkSuspendReportDeliveryStatusFailed
Gets this instance as a BulkSuspendReportDeliveryStatusFailed, or
null.
Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusFailed AsBulkSuspendReportDeliveryStatusFailed { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusFailed |
AsBulkSuspendReportDeliveryStatusPending
Gets this instance as a BulkSuspendReportDeliveryStatusPending, or
null.
Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusPending AsBulkSuspendReportDeliveryStatusPending { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusPending |
AsBulkSuspendReportDeliveryStatusUnspecified
Gets this instance as a BulkSuspendReportDeliveryStatusUnspecified, or
null.
Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusUnspecified AsBulkSuspendReportDeliveryStatusUnspecified { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusUnspecified |
AsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendReportDeliveryStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendReportDeliveryStatus.Other |
IsBulkSuspendReportDeliveryStatusDelivered
Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusDelivered
Declaration
public bool IsBulkSuspendReportDeliveryStatusDelivered { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBulkSuspendReportDeliveryStatusFailed
Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusFailed
Declaration
public bool IsBulkSuspendReportDeliveryStatusFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBulkSuspendReportDeliveryStatusPending
Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusPending
Declaration
public bool IsBulkSuspendReportDeliveryStatusPending { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBulkSuspendReportDeliveryStatusUnspecified
Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusUnspecified
Declaration
public bool IsBulkSuspendReportDeliveryStatusUnspecified { 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 |