Class OnboardingResource.ListCategoryVolumesRequest
List available volumes under categories for onboarding experience.
Inheritance
OnboardingResource.ListCategoryVolumesRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class OnboardingResource.ListCategoryVolumesRequest : BooksBaseServiceRequest<Volume2>, IClientServiceRequest<Volume2>, IClientServiceRequest
Constructors
ListCategoryVolumesRequest(IClientService)
Constructs a new ListCategoryVolumes request.
Declaration
public ListCategoryVolumesRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
CategoryId
List of category ids requested.
Declaration
[RequestParameter("categoryId", RequestParameterType.Query)]
public virtual Repeatable<string> CategoryId { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
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.Volume2>.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 |
MaxAllowedMaturityRating
The maximum allowed maturity rating of returned volumes. Books with a higher maturity rating are filtered out.
Declaration
[RequestParameter("maxAllowedMaturityRating", RequestParameterType.Query)]
public virtual OnboardingResource.ListCategoryVolumesRequest.MaxAllowedMaturityRatingEnum? MaxAllowedMaturityRating { get; set; }
Property Value
Type | Description |
---|---|
OnboardingResource.ListCategoryVolumesRequest.MaxAllowedMaturityRatingEnum? |
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.Volume2>.MethodName
PageSize
Number of maximum results per page to be included in the response.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual long? PageSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
PageToken
The value of the nextToken from the previous page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
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.Volume2>.RestPath
Methods
InitParameters()
Initializes ListCategoryVolumes parameter list.
Declaration
protected override void InitParameters()