Request

Response

    Class SpecificPropertiesPagination

    Namespace: Autodesk.ModelDerivative.Model
    Assembly: Autodesk.ModelDerivative.dll

    Container for the attributes that define how the response paginated.

    [DataContract]
    public class SpecificPropertiesPagination
    

    Inheritance

    object SpecificPropertiesPagination

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    SpecificPropertiesPagination()

    Initializes a new instance of the class.

    public SpecificPropertiesPagination()
    

    Properties

    Limit

    The maximum number of properties you requested for this page.

    [DataMember(Name = "limit", EmitDefaultValue = false)]
    public decimal? Limit { get; set; }
    

    Property Value

    decimal ?

    Offset

    The number of items skipped (because they were returned in previous pages) when returning this page.

    [DataMember(Name = "offset", EmitDefaultValue = false)]
    public decimal? Offset { get; set; }
    

    Property Value

    decimal ?

    TotalResults

    The total number of properties to be returned.

    [DataMember(Name = "totalResults", EmitDefaultValue = false)]
    public decimal? TotalResults { get; set; }
    

    Property Value

    decimal ?

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object