AnthropicFileListQuery class

Anthropic file list query parameters

API Reference: https://docs.anthropic.com/en/api/files-list

Constructors

AnthropicFileListQuery.new({String? beforeId, String? afterId, int? limit})
const

Properties

afterId String?
ID of the object to use as a cursor for pagination (after)
final
beforeId String?
ID of the object to use as a cursor for pagination (before)
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
Number of items to return per page (1-1000, default 20)
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
toQueryParams() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited