Interface Response$Batch

Response from an API call in a batch request.

Hierarchy

Properties

data?: Record<string, any>

Request body.

method: "GET" | "HEAD" | "POST" | "DELETE" | "PUT" | "CONNECT" | "OPTIONS" | "TRACE" | "PATCH"

HTTP request method.

responseData: Record<string, any>

Response data.

responseStatus: number

Response status.

url: string

Url for calling Google Drive API.

Generated using TypeDoc