DescribeCasesResponse class
Returns an array of CaseDetails
objects and a nextToken that defines a point for pagination in
the result set.
Constructors
- 
          DescribeCasesResponse({List<CaseDetails> ? cases, String? nextToken})
- 
          DescribeCasesResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  cases
  → List<CaseDetails> ?
- 
  The details for the cases that match the request.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- nextToken → String?
- 
  A resumption point for pagination.
  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