Class RevokeLinkedAppBatchResult
The revoke linked app batch result object
Inheritance
System.Object
RevokeLinkedAppBatchResult
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 RevokeLinkedAppBatchResult
Constructors
| Improve this Doc View SourceRevokeLinkedAppBatchResult(IEnumerable<RevokeLinkedAppStatus>)
Initializes a new instance of the RevokeLinkedAppBatchResult class.
Declaration
public RevokeLinkedAppBatchResult(IEnumerable<RevokeLinkedAppStatus> revokeLinkedAppStatus)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RevokeLinkedAppStatus> | revokeLinkedAppStatus | The revoke linked app status |
Properties
| Improve this Doc View SourceRevokeLinkedAppStatus
Gets the revoke linked app status of the revoke linked app batch result
Declaration
public IList<RevokeLinkedAppStatus> RevokeLinkedAppStatus { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RevokeLinkedAppStatus> |