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

A specific location in a form.

Attributes

  • index (type: integer(), default: nil) - The index of an item in the form. This must be in the range [0..N), where N is the number of items in the form.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.