Request

Response

    Class ModelViews

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

    Represents the successful response of a List Model Views operation.

    [DataContract]
    public class ModelViews
    

    Inheritance

    object ModelViews

    Inherited Members

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

    Constructors

    ModelViews()

    Initializes a new instance of the class.

    public ModelViews()
    

    Properties

    Data

    Gets or Sets Data

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public ModelViewsData Data { get; set; }
    

    Property Value

    ModelViewsData

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object