FaqSummary class
Provides information about a frequently asked questions and answer contained in an index.
Constructors
- FaqSummary({DateTime? createdAt, FaqFileFormat? fileFormat, String? id, String? name, FaqStatus? status, DateTime? updatedAt})
-
FaqSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime?
-
The UNIX datetime that the FAQ was added to the index.
final
- fileFormat → FaqFileFormat?
-
The file type used to create the FAQ.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the FAQ.
final
- name → String?
-
The name that you assigned the FAQ when you created or updated the FAQ.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → FaqStatus?
-
The current status of the FAQ. When the status is
ACTIVE
the FAQ is ready for use.final - updatedAt → DateTime?
-
The UNIX datetime that the FAQ was last updated.
final
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