GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1Image (google_api_recommendation_engine v0.3.1) View Source

Catalog item thumbnail/detail image.

Attributes

  • height (type: integer(), default: nil) - Optional. Height of the image in number of pixels.
  • uri (type: String.t, default: nil) - Required. URL of the image with a length limit of 5 KiB.
  • width (type: integer(), default: nil) - Optional. Width of the image in number of pixels.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1Image{
    height: integer(),
    uri: String.t(),
    width: integer()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.