Class RevokeLinkedApiAppBatchArg
The revoke linked api app batch arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeLinkedApiAppBatchArg
Constructors
View SourceRevokeLinkedApiAppBatchArg(IEnumerable<RevokeLinkedApiAppArg>)
Initializes a new instance of the RevokeLinkedApiAppBatchArg class.
Declaration
public RevokeLinkedApiAppBatchArg(IEnumerable<RevokeLinkedApiAppArg> revokeLinkedApp)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<RevokeLinkedApiAppArg> | revokeLinkedApp | The revoke linked app |
Properties
View SourceRevokeLinkedApp
Gets the revoke linked app of the revoke linked api app batch arg
Declaration
public IList<RevokeLinkedApiAppArg> RevokeLinkedApp { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<RevokeLinkedApiAppArg> |