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
IMessage<InsightStateInfo>, IEquatable<InsightStateInfo>, IDeepCloneable<InsightStateInfo>, 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 |
InsightStateInfo.Types.State |
StateMetadata
public MapField<string, string> StateMetadata { get; }
A map of metadata for the state, provided by user or automations systems.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |