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

Container object for image data and alt_text.

Attributes

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

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: any(),
  data: any(),
  url: any()
}

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.