Class MylibraryResource.AnnotationsResource.SummaryRequest
Gets the summary of specified layers.
Inheritance
System.Object
MylibraryResource.AnnotationsResource.SummaryRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class 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<System.String> | layerIds | |
| System.String | volumeId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.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<System.String> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.RestPath
VolumeId
Volume id to get the summary for.
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes Summary parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.AnnotationsSummary>.InitParameters()