GeostoreMediaItemProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Media item attached to an element of price list.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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
  2. mediaFormat (type: String.t, default: nil)
    -
  3. 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
  4. mediaSize (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProtoMediaSize, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreMediaItemProto