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

An item containing an image.

Attributes

  • image (type: GoogleApi.Forms.V1.Model.Image.t, default: nil) - Required. The image displayed in the item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.ImageItem{
  image: GoogleApi.Forms.V1.Model.Image.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.