Skip to main content

GetFilesUploadPartsResponse Constructors

An object defining constructors for the GetFilesUploadPartsResponse class.

GetFilesUploadPartsResponse()

Initializes a new instance of the GetFilesUploadPartsResponse class.


GetFilesUploadPartsResponse(uploadPartsItem)

Initializes a new instance of the GetFilesUploadPartsResponse class with the specified collection of upload parts items.

Parameters:

uploadPartsItem (required): IEnumerable<GetUploadPartsItem>
The collection of upload parts items containing file upload information.

This constructor initializes a new response object by setting the provided collection of upload parts items. It calls the base constructor from BaseResponse to initialize common response functionality.