Class RemixInfo
Info about the sources of this asset (i.e. assets that were remixed to create this asset).
Implements
Inherited Members
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class RemixInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceAsset
Resource ids for the sources of this remix, of the form: assets/{ASSET_ID}
Declaration
[JsonProperty("sourceAsset")]
public virtual IList<string> SourceAsset { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |