Class Dictlayerdata.DictData
Inheritance
System.Object
Dictlayerdata.DictData
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 DictData
Properties
Source
The source, url and attribution for this dictionary data.
Declaration
[JsonProperty("source")]
public virtual Dictlayerdata.DictData.SourceData Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictlayerdata.DictData.SourceData |
Words
Declaration
[JsonProperty("words")]
public virtual IList<Dictlayerdata.DictData.WordsData> Words { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Dictlayerdata.DictData.WordsData> |