Show / Hide Table of Contents

Class Category.ItemsData

A list of onboarding categories.

Inheritance
object
Category.ItemsData
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 Category.ItemsData

Properties

BadgeUrl

Declaration
[JsonProperty("badgeUrl")]
public virtual string BadgeUrl { get; set; }
Property Value
Type Description
string

CategoryId

Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { get; set; }
Property Value
Type Description
string

Name

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