Request

Response

    Class DownloadDataAttributesFormat

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    A container of the file format of the download.

    [DataContract]
    public class DownloadDataAttributesFormat
    

    Inheritance

    object DownloadDataAttributesFormat

    Inherited Members

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

    Constructors

    DownloadDataAttributesFormat()

    Initializes a new instance of the class.

    public DownloadDataAttributesFormat()
    

    Properties

    FileType

    The file name extension of the file format of the download.

    [DataMember(Name = "fileType", EmitDefaultValue = false)]
    public string FileType { 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.