google_api_manufacturers v0.2.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: null.
  • status (String.t): The status of the image. @OutputOnly Defaults to: null.

    • Enum - one of [STATUS_UNSPECIFIED, PENDING_PROCESSING, PENDING_CRAWL, OK, ROBOTED, XROBOTED, CRAWL_ERROR, PROCESSING_ERROR, DECODING_ERROR, TOO_BIG, CRAWL_SKIPPED, HOSTLOADED, HTTP_404]
  • type (String.t): The type of the image, i.e., crawled or uploaded. @OutputOnly Defaults to: null.

    • Enum - one of [TYPE_UNSPECIFIED, CRAWLED, UPLOADED]

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: any(),
  status: any(),
  type: any()
}

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.