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

Delete an item in a form.

Attributes

  • location (type: GoogleApi.Forms.V1.Model.Location.t, default: nil) - Required. The location of the item to delete.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.DeleteItemRequest{
  location: GoogleApi.Forms.V1.Model.Location.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.