View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ControlRedirectAction (google_api_discovery_engine v0.22.0)
Redirects a shopper to the provided URI.
Attributes
-
redirectUri
(type:String.t
, default:nil
) - Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ControlRedirectAction{ redirectUri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.