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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.