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

The result of creating an item.

Attributes

  • itemId (type: String.t, default: nil) - The ID of the created item.
  • questionId (type: list(String.t), default: nil) - The ID of the question created as part of this item, for a question group it lists IDs of all the questions created for this item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.CreateItemResponse{
  itemId: String.t() | nil,
  questionId: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.