Class RevokeDeviceSessionBatchArg
The revoke device session batch arg object
Inheritance
System.Object
RevokeDeviceSessionBatchArg
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 RevokeDeviceSessionBatchArg
Constructors
| Improve this Doc View SourceRevokeDeviceSessionBatchArg(IEnumerable<RevokeDeviceSessionArg>)
Initializes a new instance of the RevokeDeviceSessionBatchArg class.
Declaration
public RevokeDeviceSessionBatchArg(IEnumerable<RevokeDeviceSessionArg> revokeDevices)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RevokeDeviceSessionArg> | revokeDevices | The revoke devices |
Properties
| Improve this Doc View SourceRevokeDevices
Gets the revoke devices of the revoke device session batch arg
Declaration
public IList<RevokeDeviceSessionArg> RevokeDevices { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RevokeDeviceSessionArg> |