Show / Hide Table of Contents

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 Source

RevokeLinkedApiAppBatchArg(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 Source

RevokeLinkedApp

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeLinkedApiAppBatchArg(IEnumerable<RevokeLinkedApiAppArg>)
  • Properties
    • RevokeLinkedApp
Back to top Generated by DocFX