Class RevokeLinkedApiAppBatchArg
The revoke linked api app batch arg object
Inheritance
System.Object
RevokeLinkedApiAppBatchArg
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 RevokeLinkedApiAppBatchArg
Constructors
| Improve this Doc View SourceRevokeLinkedApiAppBatchArg(IEnumerable<RevokeLinkedApiAppArg>)
Initializes a new instance of the RevokeLinkedApiAppBatchArg class.
Declaration
public RevokeLinkedApiAppBatchArg(IEnumerable<RevokeLinkedApiAppArg> revokeLinkedApp)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RevokeLinkedApiAppArg> | revokeLinkedApp | The revoke linked app |
Properties
| Improve this Doc 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 |
---|---|
System.Collections.Generic.IList<RevokeLinkedApiAppArg> |