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

Move an item in a form.

Attributes

  • newLocation (type: GoogleApi.Forms.V1.Model.Location.t, default: nil) - Required. The new location for the item.
  • originalLocation (type: GoogleApi.Forms.V1.Model.Location.t, default: nil) - Required. The location of the item to move.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.MoveItemRequest{
  newLocation: GoogleApi.Forms.V1.Model.Location.t() | nil,
  originalLocation: GoogleApi.Forms.V1.Model.Location.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.