public class CreateEmailRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
fileName
Email document file name in storage
|
CreateEmailRequest |
request
An email document and optional Storage info to specify where the file should be located
|
Constructor and Description |
---|
CreateEmailRequestData(String fileName,
CreateEmailRequest request)
Initializes a new instance of the CreateEmailRequestData class.
|
public String fileName
public CreateEmailRequest request
public CreateEmailRequestData(String fileName, CreateEmailRequest request)
fileName
- Email document file name in storagerequest
- An email document and optional Storage info to specify where the file should be locatedCopyright © 2020. All rights reserved.