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 aspage_token
in a future request. -
responses
(type:list(GoogleApi.Forms.V1.Model.FormResponse.t)
, default:nil
) - The returned form responses. Note: TheformId
field is not returned in theFormResponse
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
Unwrap a decoded JSON object into its complex fields.