View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Catalog (google_api_retail v0.19.1)
The catalog configuration.
Attributes
-
displayName
(type:String.t
, default:nil
) - Required. Immutable. The catalog display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. -
name
(type:String.t
, default:nil
) - Required. Immutable. The fully qualified resource name of the catalog. -
productLevelConfig
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductLevelConfig.t
, default:nil
) - Required. The product level configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Catalog{ displayName: String.t() | nil, name: String.t() | nil, productLevelConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductLevelConfig.t() | nil }