Show / Hide Table of Contents

Class Dictlayerdata.DictData.WordsData.SourceData

The words with different meanings but not related words, e.g. "go" (game) and "go" (verb).

Inheritance
System.Object
Dictlayerdata.DictData.WordsData.SourceData
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 SourceData

Properties

Attribution

Declaration
[JsonProperty("attribution")]
public virtual string Attribution { get; set; }
Property Value
Type Description
System.String

Url

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top