ContentsResponse class
Contents response
- Annotations
-
- @JsonSerializable.new()
Constructors
-
ContentsResponse({String? requestId, List<
SearchResult> ? results, String? context, List<ContentStatus> ? statuses, CostDollars? costDollars}) -
const
-
ContentsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- context → String?
-
final
- costDollars → CostDollars?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestId → String?
-
final
-
results
→ List<
SearchResult> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statuses
→ List<
ContentStatus> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited