ListAssistantsQuery class
Query parameters for listing assistants
Constructors
- ListAssistantsQuery({int? limit, String? order, String? after, String? before})
- 
          
            const
Properties
- after → String?
- 
  A cursor for use in pagination.
  final
- before → String?
- 
  A cursor for use in pagination.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- limit → int?
- 
  A limit on the number of objects to be returned.
  final
- order → String?
- 
  Sort order by the created_at timestamp of the objects.
  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
- 
  toQueryParameters() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited