GetCredentialReportResponse class

Contains the response to a successful GetCredentialReport request.

Constructors

GetCredentialReportResponse({Uint8List? content, DateTime? generatedTime, ReportFormatType? reportFormat})
GetCredentialReportResponse.fromXml(XmlElement elem)
factory

Properties

content Uint8List?
Contains the credential report. The report is Base64-encoded.
final
generatedTime DateTime?
The date and time when the credential report was created, in ISO 8601 date-time format.
final
hashCode int
The hash code for this object.
no setterinherited
reportFormat ReportFormatType?
The format (MIME type) of the credential report.
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