Migration Center v1 API - Class InsightList (1.0.0)

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.

Inheritance

object > InsightList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

InsightList()

public InsightList()

InsightList(InsightList)

public InsightList(InsightList other)
Parameter
NameDescription
otherInsightList

Properties

Insights

public RepeatedField<Insight> Insights { get; }

Output only. Insights of the list.

Property Value
TypeDescription
RepeatedFieldInsight

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Update timestamp.

Property Value
TypeDescription
Timestamp