Interface protos.google.cloud.apigeeconnect.v1.IHttpResponse (1.0.5)

Properties of a HttpResponse.

Package

@google-cloud/apigee-connect!

Properties

body

body?: (Uint8Array|string|null);

HttpResponse body

Property Value
TypeDescription
(Uint8Array|string|null)

contentLength

contentLength?: (number|Long|string|null);

HttpResponse contentLength

Property Value
TypeDescription
(number|Long|string|null)

headers

headers?: (google.cloud.apigeeconnect.v1.IHeader[]|null);

HttpResponse headers

Property Value
TypeDescription
(google.cloud.apigeeconnect.v1.IHeader[]|null)

id

id?: (string|null);

HttpResponse id

Property Value
TypeDescription
(string|null)

status

status?: (string|null);

HttpResponse status

Property Value
TypeDescription
(string|null)

statusCode

statusCode?: (number|null);

HttpResponse statusCode

Property Value
TypeDescription
(number|null)