Class MylibraryResource.AnnotationsResource.SummaryRequest
Gets the summary of specified layers.
Inheritance
MylibraryResource.AnnotationsResource.SummaryRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MylibraryResource.AnnotationsResource.SummaryRequest : BooksBaseServiceRequest<AnnotationsSummary>, IClientServiceRequest<AnnotationsSummary>, IClientServiceRequest
Constructors
SummaryRequest(IClientService, Repeatable<string>, string)
Constructs a new Summary request.
Declaration
public SummaryRequest(IClientService service, Repeatable<string> layerIds, string volumeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Repeatable<string> | layerIds | |
string | volumeId |
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.AnnotationsSummary>.HttpMethod
LayerIds
Array of layer IDs to get the summary for.
Declaration
[RequestParameter("layerIds", RequestParameterType.Query)]
public virtual Repeatable<string> LayerIds { get; }
Property Value
Type | Description |
---|---|
Repeatable<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.AnnotationsSummary>.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.AnnotationsSummary>.RestPath
Source
Optional. String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
Volume id to get the summary for.
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Summary parameter list.
Declaration
protected override void InitParameters()