Class CustomQuotaUsersArg
The custom quota users arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class CustomQuotaUsersArg
Constructors
View SourceCustomQuotaUsersArg(IEnumerable<UserSelectorArg>)
Initializes a new instance of the CustomQuotaUsersArg class.
Declaration
public CustomQuotaUsersArg(IEnumerable<UserSelectorArg> users)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserSelectorArg> | users | List of users. |
Properties
View SourceUsers
List of users.
Declaration
public IList<UserSelectorArg> Users { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserSelectorArg> |