Request

Response

    Class ModelViewsData

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

    Container for the data returned by the List Model Views operation.

    [DataContract]
    public class ModelViewsData
    

    Inheritance

    object ModelViewsData

    Inherited Members

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

    Constructors

    ModelViewsData()

    Initializes a new instance of the class.

    public ModelViewsData()
    

    Properties

    Metadata

    An array of objects, where each object represents a Model View.

    [DataMember(Name = "metadata", EmitDefaultValue = false)]
    public List<ModelViewsDataMetadata> Metadata { get; set; }
    

    Property Value

    List <ModelViewsDataMetadata >

    Type

    The type of data that is returned.

    [DataMember(Name = "type", EmitDefaultValue = false)]
    public string Type { get; set; }
    

    Property Value

    string

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object