Class SeriesResource.GetRequest
Returns Series metadata for the given series ids.
Inheritance
SeriesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class SeriesResource.GetRequest : BooksBaseServiceRequest<Series>, IClientServiceRequest<Series>, IClientServiceRequest
Constructors
GetRequest(IClientService, Repeatable<string>)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, Repeatable<string> seriesId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Repeatable<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.Series>.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.Series>.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.Series>.RestPath
SeriesId
String that identifies the series
Declaration
[RequestParameter("series_id", RequestParameterType.Query)]
public virtual Repeatable<string> SeriesId { get; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()