Class SetCustomQuotaArg
The set custom quota arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SetCustomQuotaArg
Constructors
View SourceSetCustomQuotaArg(IEnumerable<UserCustomQuotaArg>)
Initializes a new instance of the SetCustomQuotaArg class.
Declaration
public SetCustomQuotaArg(IEnumerable<UserCustomQuotaArg> usersAndQuotas)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserCustomQuotaArg> | usersAndQuotas | List of users and their custom quotas. |
Properties
View SourceUsersAndQuotas
List of users and their custom quotas.
Declaration
public IList<UserCustomQuotaArg> UsersAndQuotas { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserCustomQuotaArg> |