Class RevokeDeviceSessionBatchError
The revoke device session batch error object
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 RevokeDeviceSessionBatchError
Constructors
| Improve this Doc View SourceRevokeDeviceSessionBatchError()
Initializes a new instance of the RevokeDeviceSessionBatchError class.
Declaration
public RevokeDeviceSessionBatchError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public RevokeDeviceSessionBatchError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
RevokeDeviceSessionBatchError.Other |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |