Class GroupsPollError
The groups poll error object
Inheritance
GroupsPollError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsPollError
Constructors
View SourceGroupsPollError()
Initializes a new instance of the GroupsPollError class.
Declaration
public GroupsPollError()
Properties
View SourceAsAccessDenied
Gets this instance as a AccessDenied, or null.
Declaration
public GroupsPollError.AccessDenied AsAccessDenied { get; }
Property Value
| Type | Description |
|---|---|
| GroupsPollError.AccessDenied |
AsInternalError
Gets this instance as a InternalError, or null.
Declaration
public GroupsPollError.InternalError AsInternalError { get; }
Property Value
| Type | Description |
|---|---|
| GroupsPollError.InternalError |
AsInvalidAsyncJobId
Gets this instance as a InvalidAsyncJobId, or null.
Declaration
public GroupsPollError.InvalidAsyncJobId AsInvalidAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| GroupsPollError.InvalidAsyncJobId |
AsOther
Gets this instance as a Other, or null.
Declaration
public GroupsPollError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GroupsPollError.Other |
IsAccessDenied
Gets a value indicating whether this instance is AccessDenied
Declaration
public bool IsAccessDenied { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidAsyncJobId
Gets a value indicating whether this instance is InvalidAsyncJobId
Declaration
public bool IsInvalidAsyncJobId { 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 |