Class Category.ItemsData
A list of onboarding categories.
Inherited Members
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 |