google_api_surveys v0.3.0 GoogleApi.Surveys.V2.Model.SurveyQuestionImage View Source

Container object for image data and alt_text.

Attributes

  • altText (type: String.t, default: nil) - The alt text property used in image tags is required for all images.
  • data (type: String.t, default: nil) - Inline jpeg, gif, tiff, bmp, or png image raw bytes for an image question types.
  • url (type: String.t, default: nil) - The read-only URL for the hosted images.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Surveys.V2.Model.SurveyQuestionImage{
  altText: String.t(),
  data: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.