ExecuteMailMergeOnlineRequest class

Request model for ExecuteMailMergeOnline operation.

Implemented types

Constructors

ExecuteMailMergeOnlineRequest(ByteData? template, ByteData? data, {FieldOptions? options, bool? withRegions, String? cleanup, String? documentFileName})

Properties

cleanup String?
The cleanup options.
final
data ByteData?
File with mailmerge data.
final
documentFileName String?
The filename of the output document, that will be used when the resulting document has a dynamic field {filename}. If it is not set, the "template" will be used instead.
final
hashCode int
The hash code for this object.
no setterinherited
options FieldOptions?
Field options.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template ByteData?
File with template.
final
withRegions bool?
The flag indicating whether to execute Mail Merge operation with regions.
final

Methods

createRequestData(ApiClient _apiClient) Future<ApiRequestData>
override
deserializeResponse(ApiClient _apiClient, Map<String, String> _headers, ByteData? _body) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited