EOISearchResponse
eyesonit-typescript-sdk / EOISearchResponse
Class: EOISearchResponse
Response wrapper for archive search operations.
Extends
Constructors
Constructor
new EOISearchResponse(
eoiResponse):EOISearchResponse
Parameters
eoiResponse
Raw API response.
Returns
EOISearchResponse
Overrides
Properties
success
success:
boolean
Indicates whether the API call completed successfully.
Inherited from
message?
optionalmessage:string
Optional human-readable message returned by the API.
Inherited from
results
results:
EOISearchResult[] =[]
Search results returned by the server.