CreateFilesRequest Constructors
An object defining constructors for the CreateFilesRequest class.
CreateFilesRequest()
Initializes a new instance of the CreateFilesRequest
class.
CreateFilesRequest()
Initializes a new instance of the CreateFilesRequest
class.
Provides a default constructor for creating instances of the CreateFilesRequest
class.
CreateFilesRequest(files)
Initializes a new instance of the CreateFilesRequest
class with the specified collection of file creation requests.
Parameters:
files (required): IEnumerable<CreateFileRequest>
The collection of file creation requests to be processed.
This constructor creates a new CreateFilesRequest instance by calling the base constructor and initializing the Files property with the provided collection of requests.