Google Cloud Recommender v1 API - Class InsightStateInfo (3.5.0)

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.

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
InsightStateInfoTypesState

StateMetadata

public MapField<string, string> StateMetadata { get; }

A map of metadata for the state, provided by user or automations systems.

Property Value
TypeDescription
MapFieldstringstring