View Source GoogleApi.SearchConsole.V1.Model.Image (google_api_search_console v0.19.0)

Describe image data.

Attributes

  • data (type: String.t, default: nil) - Image data in format determined by the mime type. Currently, the format will always be "image/png", but this might change in the future.
  • mimeType (type: String.t, default: nil) - The mime-type of the image data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.Image{
  data: String.t() | nil,
  mimeType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.