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

The kinds of update requests that can be made.

Attributes

  • createItem (type: GoogleApi.Forms.V1.Model.CreateItemRequest.t, default: nil) - Create a new item.
  • deleteItem (type: GoogleApi.Forms.V1.Model.DeleteItemRequest.t, default: nil) - Delete an item.
  • moveItem (type: GoogleApi.Forms.V1.Model.MoveItemRequest.t, default: nil) - Move an item to a specified location.
  • updateFormInfo (type: GoogleApi.Forms.V1.Model.UpdateFormInfoRequest.t, default: nil) - Update Form's Info.
  • updateItem (type: GoogleApi.Forms.V1.Model.UpdateItemRequest.t, default: nil) - Update an item.
  • updateSettings (type: GoogleApi.Forms.V1.Model.UpdateSettingsRequest.t, default: nil) - Updates the Form's settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.