public sealed class InsightList : IMessage<InsightList>, IEquatable<InsightList>, IDeepCloneable<InsightList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class InsightList.
Message containing insights list.
Implements
IMessageInsightList, IEquatableInsightList, IDeepCloneableInsightList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
InsightList()
public InsightList()
InsightList(InsightList)
public InsightList(InsightList other)
Parameter | |
---|---|
Name | Description |
other | InsightList |
Properties
Insights
public RepeatedField<Insight> Insights { get; }
Output only. Insights of the list.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInsight |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Update timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |