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

Create an item in a form.

Attributes

  • item (type: GoogleApi.Forms.V1.Model.Item.t, default: nil) - Required. The item to create.
  • location (type: GoogleApi.Forms.V1.Model.Location.t, default: nil) - Required. Where to place the new item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.CreateItemRequest{
  item: GoogleApi.Forms.V1.Model.Item.t() | nil,
  location: GoogleApi.Forms.V1.Model.Location.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.