Class Metadata.ItemsData
A list of offline dictionary metadata.
Inheritance
System.Object
Metadata.ItemsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ItemsData
Properties
DownloadUrl
Declaration
[JsonProperty("download_url")]
public virtual string DownloadUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EncryptedKey
Declaration
[JsonProperty("encrypted_key")]
public virtual string EncryptedKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Language
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Version
Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |