pub struct GoogleCloudRetailV2RuleRedirectAction {
pub redirect_uri: Option<String>,
}Expand description
Redirects a shopper to a specific page. * Rule Condition: Must specify Condition.query_terms. * Action Input: Request Query * Action Result: Redirects shopper to provided uri.
This type is not used in any activity, and only used as part of another schema.
Fields§
§redirect_uri: Option<String>URL must have length equal or less than 2000 characters.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2RuleRedirectAction
impl Clone for GoogleCloudRetailV2RuleRedirectAction
Source§fn clone(&self) -> GoogleCloudRetailV2RuleRedirectAction
fn clone(&self) -> GoogleCloudRetailV2RuleRedirectAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudRetailV2RuleRedirectAction
impl Default for GoogleCloudRetailV2RuleRedirectAction
Source§fn default() -> GoogleCloudRetailV2RuleRedirectAction
fn default() -> GoogleCloudRetailV2RuleRedirectAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2RuleRedirectAction
impl<'de> Deserialize<'de> for GoogleCloudRetailV2RuleRedirectAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudRetailV2RuleRedirectAction
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2RuleRedirectAction
impl RefUnwindSafe for GoogleCloudRetailV2RuleRedirectAction
impl Send for GoogleCloudRetailV2RuleRedirectAction
impl Sync for GoogleCloudRetailV2RuleRedirectAction
impl Unpin for GoogleCloudRetailV2RuleRedirectAction
impl UnwindSafe for GoogleCloudRetailV2RuleRedirectAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more