View Source GoogleApi.Forms.V1.Model.ListFormResponsesResponse (google_api_forms v0.2.1)

Response to a ListFormResponsesRequest.

Attributes

  • nextPageToken (type: String.t, default: nil) - If set, there are more responses. To get the next page of responses, provide this as page_token in a future request.
  • responses (type: list(GoogleApi.Forms.V1.Model.FormResponse.t), default: nil) - The returned form responses. Note: The formId field is not returned in the FormResponse object for list requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.ListFormResponsesResponse{
  nextPageToken: String.t() | nil,
  responses: [GoogleApi.Forms.V1.Model.FormResponse.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.