View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AddCatalogAttributeRequest (google_api_retail v0.19.1)
Request for CatalogService.AddCatalogAttribute method.
Attributes
-
catalogAttribute
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t
, default:nil
) - Required. The CatalogAttribute to add.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AddCatalogAttributeRequest{ catalogAttribute: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t() | nil }