Class TeamReportFailureReason
The team report failure reason object
Inheritance
TeamReportFailureReason
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamReportFailureReason
Constructors
View SourceTeamReportFailureReason()
Initializes a new instance of the TeamReportFailureReason class.
Declaration
public TeamReportFailureReason()
Properties
View SourceAsManyReportsAtOnce
Gets this instance as a ManyReportsAtOnce, or null.
Declaration
public TeamReportFailureReason.ManyReportsAtOnce AsManyReportsAtOnce { get; }
Property Value
| Type | Description |
|---|---|
| TeamReportFailureReason.ManyReportsAtOnce |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamReportFailureReason.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamReportFailureReason.Other |
AsTemporaryError
Gets this instance as a TemporaryError, or null.
Declaration
public TeamReportFailureReason.TemporaryError AsTemporaryError { get; }
Property Value
| Type | Description |
|---|---|
| TeamReportFailureReason.TemporaryError |
AsTooMuchData
Gets this instance as a TooMuchData, or null.
Declaration
public TeamReportFailureReason.TooMuchData AsTooMuchData { get; }
Property Value
| Type | Description |
|---|---|
| TeamReportFailureReason.TooMuchData |
IsManyReportsAtOnce
Gets a value indicating whether this instance is ManyReportsAtOnce
Declaration
public bool IsManyReportsAtOnce { 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 |
IsTemporaryError
Gets a value indicating whether this instance is TemporaryError
Declaration
public bool IsTemporaryError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooMuchData
Gets a value indicating whether this instance is TooMuchData
Declaration
public bool IsTooMuchData { get; }
Property Value
| Type | Description |
|---|---|
| bool |