AnthropicFileListResponse class

Anthropic file list response

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

Constructors

AnthropicFileListResponse.new({required List<AnthropicFile> data, String? firstId, String? lastId, required bool hasMore})
const
AnthropicFileListResponse.fromJson(Map<String, dynamic> json)
factory

Properties

data List<AnthropicFile>
List of files
final
firstId String?
ID of the first file in this page
final
hashCode int
The hash code for this object.
no setterinherited
hasMore bool
Whether there are more results available
final
lastId String?
ID of the last file in this page
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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