View Source GoogleApi.AndroidPublisher.V3.Model.Image (google_api_android_publisher v0.34.1)

An uploaded image. The resource for ImagesService.

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.
  • sha256 (type: String.t, default: nil) - A sha256 hash of the image.
  • url (type: String.t, default: nil) - A URL that will serve a preview of the image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Image{
  id: String.t() | nil,
  sha1: String.t() | nil,
  sha256: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.