Class SeriesResource.MembershipResource.GetRequest
Returns Series membership data given the series id.
Inheritance
SeriesResource.MembershipResource.GetRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class SeriesResource.MembershipResource.GetRequest : BooksBaseServiceRequest<Seriesmembership>, IClientServiceRequest<Seriesmembership>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string seriesId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | seriesId |
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.Seriesmembership>.HttpMethod
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.Seriesmembership>.MethodName
PageSize
Number of maximum results per page to be included in the response.
Declaration
[RequestParameter("page_size", 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("page_token", 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.Seriesmembership>.RestPath
SeriesId
String that identifies the series
Declaration
[RequestParameter("series_id", RequestParameterType.Query)]
public virtual string SeriesId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()