Show / Hide Table of Contents

Class Dictlayerdata.DictData

Inheritance
object
Dictlayerdata.DictData
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 Dictlayerdata.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
IList<Dictlayerdata.DictData.WordsData>
In this article
Back to top Generated by DocFX