GetProductsResponse class

Constructors

GetProductsResponse({String? formatVersion, String? nextToken, List<Object>? priceList})
GetProductsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

formatVersion String?
The format version of the response. For example, aws_v1.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The pagination token that indicates the next set of results to retrieve.
final
priceList List<Object>?
The list of products that match your filters. The list contains both the product metadata and the price information.
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