DownloadDBLogFilePortionDetails class

This data type is used as a response element to DownloadDBLogFilePortion.

Constructors

DownloadDBLogFilePortionDetails({bool? additionalDataPending, String? logFileData, String? marker})
DownloadDBLogFilePortionDetails.fromXml(XmlElement elem)
factory

Properties

additionalDataPending bool?
Boolean value that if true, indicates there is more data to be downloaded.
final
hashCode int
The hash code for this object.
no setterinherited
logFileData String?
Entries from the specified log file.
final
marker String?
A pagination token that can be used in a later DownloadDBLogFilePortion request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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