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

Data representing an image.

Attributes

  • altText (type: String.t, default: nil) - A description of the image that is shown on hover and read by screenreaders.
  • contentUri (type: String.t, default: nil) - Output only. A URI from which you can download the image; this is valid only for a limited time.
  • properties (type: GoogleApi.Forms.V1.Model.MediaProperties.t, default: nil) - Properties of an image.
  • sourceUri (type: String.t, default: nil) - Input only. The source URI is the URI used to insert the image. The source URI can be empty when fetched.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.Image{
  altText: String.t() | nil,
  contentUri: String.t() | nil,
  properties: GoogleApi.Forms.V1.Model.MediaProperties.t() | nil,
  sourceUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.