pub struct GoogleCloudRecommenderV1InsightTypeGenerationConfig {
pub params: Option<HashMap<String, Value>>,
}Expand description
A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
This type is not used in any activity, and only used as part of another schema.
Fields§
§params: Option<HashMap<String, Value>>Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
Trait Implementations§
Source§impl Clone for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl Clone for GoogleCloudRecommenderV1InsightTypeGenerationConfig
Source§fn clone(&self) -> GoogleCloudRecommenderV1InsightTypeGenerationConfig
fn clone(&self) -> GoogleCloudRecommenderV1InsightTypeGenerationConfig
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 GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl Default for GoogleCloudRecommenderV1InsightTypeGenerationConfig
Source§fn default() -> GoogleCloudRecommenderV1InsightTypeGenerationConfig
fn default() -> GoogleCloudRecommenderV1InsightTypeGenerationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl<'de> Deserialize<'de> for GoogleCloudRecommenderV1InsightTypeGenerationConfig
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 GoogleCloudRecommenderV1InsightTypeGenerationConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl RefUnwindSafe for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl Send for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl Sync for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl Unpin for GoogleCloudRecommenderV1InsightTypeGenerationConfig
impl UnwindSafe for GoogleCloudRecommenderV1InsightTypeGenerationConfig
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