Class GroupsPollError
The groups poll error object
Inheritance
System.Object
GroupsPollError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsPollError
Constructors
| Improve this Doc View SourceGroupsPollError()
Initializes a new instance of the GroupsPollError class.
Declaration
public GroupsPollError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidAsyncJobId
Gets a value indicating whether this instance is InvalidAsyncJobId
Declaration
public bool IsInvalidAsyncJobId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |