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