google_api_android_publisher v0.9.0 GoogleApi.AndroidPublisher.V3.Model.Image View Source

Attributes

  • id (type: String.t, default: nil) - A unique id representing this image.
  • sha1 (type: String.t, default: nil) - A sha1 hash of the image that was uploaded.
  • sha256 (type: String.t, default: nil) - A sha256 hash of the image that was uploaded.
  • url (type: String.t, default: nil) - A URL that will serve a preview of the image.

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.AndroidPublisher.V3.Model.Image{
  id: String.t(),
  sha1: String.t(),
  sha256: 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.