pub struct GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest {
pub user_event_rejoin_scope: Option<String>,
}Expand description
Request message for CatalogRejoin method.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§user_event_rejoin_scope: Option<String>Required. The type of the catalog rejoin to define the scope and range of the user events to be rejoined with catalog items.
Trait Implementations§
Source§impl Clone for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl Clone for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Source§fn clone(&self) -> GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
fn clone(&self) -> GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
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 GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl Default for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Source§fn default() -> GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
fn default() -> GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl<'de> Deserialize<'de> for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
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 RequestValue for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Auto Trait Implementations§
impl Freeze for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl RefUnwindSafe for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl Send for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl Sync for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl Unpin for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
impl UnwindSafe for GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
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