Class DownloadPayloadDataAttributesFormat
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Specifies the desired download format.
[DataContract]
public class DownloadPayloadDataAttributesFormat
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
DownloadPayloadDataAttributesFormat()
Initializes a new instance of the
public DownloadPayloadDataAttributesFormat()
Properties
FileType
The file name extension of the desired download format. Must be one of the supported file name extensions returned by the List Supported Download Formats operation for the specified version.
[DataMember(Name = "fileType", EmitDefaultValue = false)]
public string FileType { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.