Migration Center v1 API - Class GuestInstalledApplicationList (1.0.0)

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

Reference documentation and code samples for the Migration Center v1 API class GuestInstalledApplicationList.

Guest installed application list.

Inheritance

object > GuestInstalledApplicationList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GuestInstalledApplicationList()

public GuestInstalledApplicationList()

GuestInstalledApplicationList(GuestInstalledApplicationList)

public GuestInstalledApplicationList(GuestInstalledApplicationList other)
Parameter
NameDescription
otherGuestInstalledApplicationList

Properties

Entries

public RepeatedField<GuestInstalledApplication> Entries { get; }

Application entries.

Property Value
TypeDescription
RepeatedFieldGuestInstalledApplication