public sealed class InsightTypeGenerationConfig : IMessage<InsightTypeGenerationConfig>, IEquatable<InsightTypeGenerationConfig>, IDeepCloneable<InsightTypeGenerationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class InsightTypeGenerationConfig.
A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
Implements
IMessageInsightTypeGenerationConfig, IEquatableInsightTypeGenerationConfig, IDeepCloneableInsightTypeGenerationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
InsightTypeGenerationConfig()
public InsightTypeGenerationConfig()InsightTypeGenerationConfig(InsightTypeGenerationConfig)
public InsightTypeGenerationConfig(InsightTypeGenerationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
InsightTypeGenerationConfig |
Properties
Params
public Struct Params { get; set; }Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|