Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.3 KB

InlineResponse200Data.md

File metadata and controls

22 lines (19 loc) · 1.3 KB

InlineResponse200Data

Properties

Name Type Description Notes
succeed bool Whether the URL expansion was successful [optional]
url str The URL that was processed [optional]
time int The timestamp of the request [optional]
http_code int HTTP status code of the response [optional]
redirect_url OneOfinlineResponse200DataRedirectUrl [optional]
content_type str Content-Type of the response [optional]
scheme str URL scheme (e.g., HTTP, HTTPS) [optional]
primary_ip str The primary IP address of the server responding to the request [optional]
header str The raw response headers [optional]
header_size int Size of the response headers in bytes [optional]
all_time str Total time taken for the request in seconds [optional]
dns_time str Time taken for DNS resolution in seconds [optional]
error_no int Error number, if any [optional]
error_msg OneOfinlineResponse200DataErrorMsg [optional]

[Back to Model list] [Back to API list] [Back to README]