GetEBSVolumeRecommendationsResponse class

Constructors

GetEBSVolumeRecommendationsResponse({List<GetRecommendationError>? errors, String? nextToken, List<VolumeRecommendation>? volumeRecommendations})
GetEBSVolumeRecommendationsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

errors List<GetRecommendationError>?
An array of objects that describe errors of the request.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The token to use to advance to the next page of volume recommendations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeRecommendations List<VolumeRecommendation>?
An array of objects that describe volume recommendations.
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