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):
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
, 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
}
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