Request

Response

    Class SupportedFormats

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

    Represents the successful response of a List Supported Formats operation.

    [DataContract]
    public class SupportedFormats
    

    Inheritance

    object SupportedFormats

    Inherited Members

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

    Constructors

    SupportedFormats()

    Initializes a new instance of the class.

    public SupportedFormats()
    

    Properties

    Formats

    A dictionary object that contains a collection of key-value pairs, where each pair represents the target file format and the corresponding source file formats.

    [DataMember(Name = "formats", EmitDefaultValue = false)]
    public Dictionary<string, List<string>> Formats { get; set; }
    

    Property Value

    Dictionary <string , List <string >>

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object