View Source GoogleApi.Forms.V1.Model.Response (google_api_forms v0.4.0)

A single response from an update.

Attributes

  • createItem (type: GoogleApi.Forms.V1.Model.CreateItemResponse.t, default: nil) - The result of creating an item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.Response{
  createItem: GoogleApi.Forms.V1.Model.CreateItemResponse.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.