public sealed class InsightStateInfo : IMessage<InsightStateInfo>, IEquatable<InsightStateInfo>, IDeepCloneable<InsightStateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class InsightStateInfo.
Information related to insight state.
Implements
IMessageInsightStateInfo, IEquatableInsightStateInfo, IDeepCloneableInsightStateInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
InsightStateInfo()
public InsightStateInfo()
InsightStateInfo(InsightStateInfo)
public InsightStateInfo(InsightStateInfo other)
Parameter | |
---|---|
Name | Description |
other | InsightStateInfo |
Properties
State
public InsightStateInfo.Types.State State { get; set; }
Insight state.
Property Value | |
---|---|
Type | Description |
InsightStateInfoTypesState |
StateMetadata
public MapField<string, string> StateMetadata { get; }
A map of metadata for the state, provided by user or automations systems.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |