RequestFile.with_contents
Description:
public RequestFile.with_contents (
string filename,
string content_type,
File file)
Construct RequestFile with contents of the object.
Parameters:
filename |
File name |
content_type |
Content type |
file |
Valid File object |