Request

Response

    Class Batchsigneds3uploadObject

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

    The request payload for a Batch Generate Signed S3 Upload URLs operation.

    [DataContract]
    public class Batchsigneds3uploadObject
    

    Inheritance

    object Batchsigneds3uploadObject

    Inherited Members

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

    Constructors

    Batchsigneds3uploadObject()

    Initializes a new instance of the class.

    public Batchsigneds3uploadObject()
    

    Properties

    Requests

    An array where each element is an object containing information needed to generate a signed S3 upload URL.

    [DataMember(Name = "requests", EmitDefaultValue = false)]
    public List<Batchsigneds3uploadObjectRequests> Requests { get; set; }
    

    Property Value

    List <Batchsigneds3uploadObjectRequests >

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.