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

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

t()

@type t() :: %GoogleApi.Forms.V1.Model.DeleteItemRequest{
  location: 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.