Request

Response

    Class Result

    Namespace: Autodesk.Oss.Model
    Assembly: Autodesk.Oss.dll

    A response returned by an Upload Object Using Signed URL operation when processing is yet to be completed.

    [DataContract]
    public class Result
    

    Inheritance

    object Result

    Inherited Members

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

    Constructors

    Result()

    Initializes a new instance of the class.

    public Result()
    

    Properties

    _Result

    A human friendly description of the state of processing.

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