google_api_manufacturers v0.3.0 GoogleApi.Manufacturers.V1.Model.Image View Source

An image.

Attributes

  • imageUrl (String.t): 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. Defaults to nil.
  • status (String.t): The status of the image. @OutputOnly Defaults to nil.
  • type (String.t): The type of the image, i.e., crawled or uploaded. @OutputOnly Defaults to nil.

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.Manufacturers.V1.Model.Image{
  imageUrl: String.t(),
  status: String.t(),
  type: 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.