google_api_page_speed_online v0.1.0 GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiImageV2 View Source

Attributes

  • data (binary()): Image data base64 encoded. Defaults to: null.
  • height (integer()): Height of screenshot in pixels. Defaults to: null.
  • key (String.t): Unique string key, if any, identifying this image. Defaults to: null.
  • mime_type (String.t): Mime type of image data (e.g. "image/jpeg"). Defaults to: null.
  • page_rect (PagespeedApiImageV2PageRect): Defaults to: null.
  • width (integer()): Width of screenshot in pixels. 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.PageSpeedOnline.V2.Model.PagespeedApiImageV2{
  data: any(),
  height: any(),
  key: any(),
  mime_type: any(),
  page_rect: GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiImageV2PageRect.t(),
  width: 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.