Class Frames
Collection of frame data.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class Frames : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FramesData
A repeated field of asset data.
Declaration
[JsonProperty("framesData")]
public virtual IList<AssetFrame> FramesData { get; set; }
Property Value
Type | Description |
---|---|
IList<AssetFrame> |