Class BulkSuspendRowFailure
Stable machine-readable reasons used by the terminal row report.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendRowFailure
Constructors
View SourceBulkSuspendRowFailure()
Initializes a new instance of the BulkSuspendRowFailure class.
Declaration
public BulkSuspendRowFailure()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendRowFailure.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.Other |
AsPermissionChanged
Gets this instance as a PermissionChanged, or null.
Declaration
public BulkSuspendRowFailure.PermissionChanged AsPermissionChanged { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.PermissionChanged |
AsProtectedActingAdmin
Gets this instance as a ProtectedActingAdmin, or null.
Declaration
public BulkSuspendRowFailure.ProtectedActingAdmin AsProtectedActingAdmin { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.ProtectedActingAdmin |
AsSuspendFailed
Gets this instance as a SuspendFailed, or null.
Declaration
public BulkSuspendRowFailure.SuspendFailed AsSuspendFailed { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.SuspendFailed |
AsSuspendInactiveUser
Gets this instance as a SuspendInactiveUser, or null.
Declaration
public BulkSuspendRowFailure.SuspendInactiveUser AsSuspendInactiveUser { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.SuspendInactiveUser |
AsSuspendLastAdmin
Gets this instance as a SuspendLastAdmin, or null.
Declaration
public BulkSuspendRowFailure.SuspendLastAdmin AsSuspendLastAdmin { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.SuspendLastAdmin |
AsTeamLicenseLimit
Gets this instance as a TeamLicenseLimit, or null.
Declaration
public BulkSuspendRowFailure.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.TeamLicenseLimit |
AsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public BulkSuspendRowFailure.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public BulkSuspendRowFailure.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendRowFailure.UserNotInTeam |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPermissionChanged
Gets a value indicating whether this instance is PermissionChanged
Declaration
public bool IsPermissionChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsProtectedActingAdmin
Gets a value indicating whether this instance is ProtectedActingAdmin
Declaration
public bool IsProtectedActingAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuspendFailed
Gets a value indicating whether this instance is SuspendFailed
Declaration
public bool IsSuspendFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuspendInactiveUser
Gets a value indicating whether this instance is SuspendInactiveUser
Declaration
public bool IsSuspendInactiveUser { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuspendLastAdmin
Gets a value indicating whether this instance is SuspendLastAdmin
Declaration
public bool IsSuspendLastAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamLicenseLimit
Gets a value indicating whether this instance is TeamLicenseLimit
Declaration
public bool IsTeamLicenseLimit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |