Class CustomQuotaUsersArg
The custom quota users arg object
Inheritance
System.Object
CustomQuotaUsersArg
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 CustomQuotaUsersArg
Constructors
| Improve this Doc View SourceCustomQuotaUsersArg(IEnumerable<UserSelectorArg>)
Initializes a new instance of the CustomQuotaUsersArg class.
Declaration
public CustomQuotaUsersArg(IEnumerable<UserSelectorArg> users)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<UserSelectorArg> | users | List of users. |
Properties
| Improve this Doc View SourceUsers
List of users.
Declaration
public IList<UserSelectorArg> Users { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UserSelectorArg> |