View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ReplaceCatalogAttributeRequest (google_api_retail v0.12.0)

Request for CatalogService.ReplaceCatalogAttribute method.

Attributes

  • catalogAttribute (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t, default: nil) - Required. The updated CatalogAttribute.
  • updateMask (type: String.t, default: nil) - Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported: * CatalogAttribute.key If not set, all supported fields are updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ReplaceCatalogAttributeRequest{
    catalogAttribute:
      GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttribute.t() | nil,
    updateMask: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.