BuildReportOnlineRequest class

Request model for BuildReportOnline operation.

Implemented types

Constructors

BuildReportOnlineRequest(ByteData? template, String? data, ReportEngineSettings? reportEngineSettings, {String? documentFileName})

Properties

data String?
A string providing a data to populate the specified template. The string must be of one of the following types: xml, json, csv.
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
reportEngineSettings ReportEngineSettings?
An object providing a settings of report engine.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template ByteData?
File with template.
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