View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RejoinUserEventsRequest (google_api_retail v0.19.1)
Request message for RejoinUserEvents method.
Attributes
-
userEventRejoinScope
(type:String.t
, default:nil
) - The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog. Defaults toUSER_EVENT_REJOIN_SCOPE_UNSPECIFIED
if this field is not set, or set to an invalid integer value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RejoinUserEventsRequest{ userEventRejoinScope: String.t() | nil }