Show / Hide Table of Contents

Class Metadata.ItemsData

A list of offline dictionary metadata.

Inheritance
object
Metadata.ItemsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Metadata.ItemsData

Properties

DownloadUrl

Declaration
[JsonProperty("download_url")]
public virtual string DownloadUrl { get; set; }
Property Value
Type Description
string

EncryptedKey

Declaration
[JsonProperty("encrypted_key")]
public virtual string EncryptedKey { get; set; }
Property Value
Type Description
string

Language

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
string

Size

Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Type Description
long?

Version

Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX