Class OnboardingResource.ListCategoriesRequest
List categories for onboarding experience.
Inheritance
OnboardingResource.ListCategoriesRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class OnboardingResource.ListCategoriesRequest : BooksBaseServiceRequest<Category>, IClientServiceRequest<Category>, IClientServiceRequest
Constructors
ListCategoriesRequest(IClientService)
Constructs a new ListCategories request.
Declaration
public ListCategoriesRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Category>.HttpMethod
Locale
ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.
Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Category>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Category>.RestPath
Methods
InitParameters()
Initializes ListCategories parameter list.
Declaration
protected override void InitParameters()