Class UserFeaturesGetValuesBatchArg
The user features get values batch arg object
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeaturesGetValuesBatchArg
Constructors
View SourceUserFeaturesGetValuesBatchArg(IEnumerable<UserFeature>)
Initializes a new instance of the UserFeaturesGetValuesBatchArg class.
Declaration
public UserFeaturesGetValuesBatchArg(IEnumerable<UserFeature> features)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserFeature> | features | A list of features in UserFeature. If the list is empty, this route will return UserFeaturesGetValuesBatchError. |
Properties
View SourceFeatures
A list of features in UserFeature. If the list is empty, this route will return UserFeaturesGetValuesBatchError.
Declaration
public IList<UserFeature> Features { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserFeature> |