View Source GoogleApi.Manufacturers.V1.Model.Image (google_api_manufacturers v0.21.0)

An image.

Attributes

  • imageUrl (type: String.t, default: nil) - The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.
  • status (type: String.t, default: nil) - The status of the image. @OutputOnly
  • type (type: String.t, default: nil) - The type of the image, i.e., crawled or uploaded. @OutputOnly

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.Image{
  imageUrl: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.