Show / Hide Table of Contents

Class Review.AuthorData

Author of this review.

Inheritance
object
Review.AuthorData
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 Review.AuthorData

Properties

DisplayName

Name of this person.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX