Show / Hide Table of Contents

Class RemixInfo

Info about the sources of this asset (i.e. assets that were remixed to create this asset).

Inheritance
object
RemixInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX