• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RemoveCustomQuotaResult.Success

Successfully removed user.

Inheritance
System.Object
RemoveCustomQuotaResult
RemoveCustomQuotaResult.Success
Inherited Members
RemoveCustomQuotaResult.IsSuccess
RemoveCustomQuotaResult.AsSuccess
RemoveCustomQuotaResult.IsInvalidUser
RemoveCustomQuotaResult.AsInvalidUser
RemoveCustomQuotaResult.IsOther
RemoveCustomQuotaResult.AsOther
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 sealed class Success : RemoveCustomQuotaResult

Constructors

| Improve this Doc View Source

Success(UserSelectorArg)

Initializes a new instance of the RemoveCustomQuotaResult.Success class.

Declaration
public Success(UserSelectorArg value)
Parameters
Type Name Description
UserSelectorArg value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public UserSelectorArg Value { get; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Success(UserSelectorArg)
  • Properties
    • Value
Back to top Generated by DocFX