Show / Hide Table of Contents

Class Category.ItemsData

A list of onboarding categories.

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

Properties

BadgeUrl

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

CategoryId

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

Name

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