Request

Response

    Class CreatedDownloadDataAttributes

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

    Contains the properties that indicate the current status of the job.

    [DataContract]
    public class CreatedDownloadDataAttributes
    

    Inheritance

    object CreatedDownloadDataAttributes

    Inherited Members

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

    Constructors

    CreatedDownloadDataAttributes()

    Initializes a new instance of the class.

    public CreatedDownloadDataAttributes()
    

    Properties

    Status

    Gets or Sets Status

    [DataMember(Name = "status", EmitDefaultValue = true)]
    public DownloadsStatus Status { get; set; }
    

    Property Value

    DownloadsStatus

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.