Class SetCustomQuotaArg
The set custom quota arg object
Inheritance
System.Object
SetCustomQuotaArg
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 SetCustomQuotaArg
Constructors
| Improve this Doc View SourceSetCustomQuotaArg(IEnumerable<UserCustomQuotaArg>)
Initializes a new instance of the SetCustomQuotaArg class.
Declaration
public SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg> usersAndQuotas)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<UserCustomQuotaArg> | usersAndQuotas | List of users and their custom quotas. |
Properties
| Improve this Doc View SourceUsersAndQuotas
List of users and their custom quotas.
Declaration
public IList<UserCustomQuotaArg> UsersAndQuotas { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UserCustomQuotaArg> |