Skip to main content

GetFilesUploadPartsRequest Constructors

An object defining constructors for the GetFilesUploadPartsRequest class.

GetFilesUploadPartsRequest(requests)

Initializes a new instance of the GetFilesUploadPartsRequest class with the specified collection of upload parts item requests.

Parameters:

requests (required): IEnumerable<GetUploadPartsItemRequest>
The collection of upload parts item requests for multiple files.

This constructor initializes a new request object by setting the provided collection of upload parts item requests. It calls the base constructor from BaseRequest to initialize common request functionality.


GetFilesUploadPartsRequest()

Initializes a new instance of the GetFilesUploadPartsRequest class.