ListFormResponsesResponse
import type { ListFormResponsesResponse } from "https://googleapis.deno.dev/v1/forms:v1.ts";Response to a ListFormResponsesRequest.
§Properties
§
nextPageToken?: string
[src]If set, there are more responses. To get the next page of responses,
provide this as page_token in a future request.
§
responses?: FormResponse[]
[src]The returned form responses. Note: The formId field is not returned in
the FormResponse object for list requests.