GoogleApi.Forms.V1.Model.ImageItem (google_api_forms v0.5.0)
View SourceAn 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 }