Class FeaturesGetValuesBatchArg
The features get values batch arg object
Inheritance
System.Object
FeaturesGetValuesBatchArg
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 FeaturesGetValuesBatchArg
Constructors
| Improve this Doc View SourceFeaturesGetValuesBatchArg(IEnumerable<Feature>)
Initializes a new instance of the FeaturesGetValuesBatchArg class.
Declaration
public FeaturesGetValuesBatchArg(IEnumerable<Feature> features)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Feature> | features | A list of features in Feature. If the list is empty, this route will return FeaturesGetValuesBatchError. |
Properties
| Improve this Doc 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 |
---|---|
System.Collections.Generic.IList<Feature> |