public sealed class GuestInstalledApplicationList : IMessage<GuestInstalledApplicationList>, IEquatable<GuestInstalledApplicationList>, IDeepCloneable<GuestInstalledApplicationList>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class GuestInstalledApplicationList.
Guest installed application list.
Implements
IMessageGuestInstalledApplicationList, IEquatableGuestInstalledApplicationList, IDeepCloneableGuestInstalledApplicationList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GuestInstalledApplicationList()
public GuestInstalledApplicationList()GuestInstalledApplicationList(GuestInstalledApplicationList)
public GuestInstalledApplicationList(GuestInstalledApplicationList other)| Parameter | |
|---|---|
| Name | Description |
other |
GuestInstalledApplicationList |
Properties
Entries
public RepeatedField<GuestInstalledApplication> Entries { get; }Application entries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldGuestInstalledApplication |
|