View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter (google_api_retail v0.13.2)

Merchant Center Feed filter criterion.

Attributes

  • primaryFeedId (type: String.t, default: nil) - Merchant Center primary feed ID.
  • primaryFeedName (type: String.t, default: nil) - Merchant Center primary feed name. The name is used for the display purposes only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter{
    primaryFeedId: String.t() | nil,
    primaryFeedName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.