Class InsightStateInfo (2.8.0)

public sealed class InsightStateInfo : IMessage<InsightStateInfo>, IEquatable<InsightStateInfo>, IDeepCloneable<InsightStateInfo>, IBufferMessage, IMessage

Information related to insight state.

Inheritance

Object > InsightStateInfo

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

InsightStateInfo()

public InsightStateInfo()

InsightStateInfo(InsightStateInfo)

public InsightStateInfo(InsightStateInfo other)
Parameter
NameDescription
otherInsightStateInfo

Properties

State

public InsightStateInfo.Types.State State { get; set; }

Insight state.

Property Value
TypeDescription
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
TypeDescription
MapField<String, String>