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

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.