Preparing search index...
The search index is not available
@novice1/api-doc-generator - v0.2.5
@novice1/api-doc-generator
generators/postman/definitions
ResponseObject
Interface ResponseObject
interface
ResponseObject
{
body
?:
null
|
string
;
code
?:
number
;
cookie
?:
CookieObject
[]
;
header
?:
null
|
string
[]
;
id
?:
string
;
name
?:
string
;
originalRequest
?:
RequestObject
;
responseTime
?:
null
|
string
|
number
;
status
?:
string
;
timings
?:
null
|
Record
<
string
,
unknown
>
;
[
x
:
string
]
:
unknown
;
}
Indexable
[
x:
string
]:
unknown
Index
Properties
body?
code?
cookie?
header?
id?
name?
original
Request?
response
Time?
status?
timings?
Properties
Optional
body
body
?:
null
|
string
Optional
code
code
?:
number
Optional
cookie
cookie
?:
CookieObject
[]
Optional
header
header
?:
null
|
string
[]
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
original
Request
original
Request
?:
RequestObject
Optional
response
Time
response
Time
?:
null
|
string
|
number
Optional
status
status
?:
string
Optional
timings
timings
?:
null
|
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
body
code
cookie
header
id
name
original
Request
response
Time
status
timings
@novice1/api-doc-generator - v0.2.5
Loading...