View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProto (google_api_content_warehouse v0.4.0)

Media item attached to an element of price list.

Attributes

  • googleUrl (type: String.t, default: nil) - The FIFE url associated with the media. NOTE: This FIFE URL must be PII-free, see go/product-catalogue-photo-storage
  • mediaFormat (type: String.t, default: nil) -
  • mediaKey (type: String.t, default: nil) - The mediaKey associated with the media. NOTE: This media key must be PII-free, see go/product-catalogue-photo-storage
  • mediaSize (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProtoMediaSize.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProto{
  googleUrl: String.t() | nil,
  mediaFormat: String.t() | nil,
  mediaKey: String.t() | nil,
  mediaSize:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProtoMediaSize.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.