public sealed class Frames : IMessage<Frames>, IEquatable<Frames>, IDeepCloneable<Frames>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class Frames.
Collection of frame data.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Frames()
public Frames()Frames(Frames)
public Frames(Frames other)| Parameter | |
|---|---|
| Name | Description |
other |
Frames |
Properties
FramesData
public RepeatedField<AssetFrame> FramesData { get; }A repeated field of asset data.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAssetFrame |
|