Request

Response

    Class CreatedDownload

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

    An object that represents the response to a Create Download request.

    [DataContract]
    public class CreatedDownload
    

    Inheritance

    object CreatedDownload

    Inherited Members

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

    Constructors

    CreatedDownload()

    Initializes a new instance of the class.

    public CreatedDownload()
    

    Properties

    Data

    An array of objects containing a single object, which represents the job that was kicked off.

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public List<CreatedDownloadData> Data { get; set; }
    

    Property Value

    List <CreatedDownloadData >

    Jsonapi

    Gets or Sets Jsonapi

    [DataMember(Name = "jsonapi", EmitDefaultValue = false)]
    public JsonApiVersion Jsonapi { get; set; }
    

    Property Value

    JsonApiVersion

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.