Class Metadata.ItemsData
A list of offline dictionary metadata.
Inheritance
Metadata.ItemsData
Assembly: Google.Apis.Books.v1.dll
public class Metadata.ItemsData
Properties
Declaration
[JsonProperty("download_url")]
public virtual string DownloadUrl { get; set; }
Property Value
Declaration
[JsonProperty("encrypted_key")]
public virtual string EncryptedKey { get; set; }
Property Value
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value