Class MyconfigResource.SyncVolumeLicensesRequest
Request downloaded content access for specified volumes on the My eBooks shelf.
Inheritance
System.Object
MyconfigResource.SyncVolumeLicensesRequest
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 SyncVolumeLicensesRequest : BooksBaseServiceRequest<Volumes>, IClientServiceRequest<Volumes>, IClientServiceRequest
Constructors
SyncVolumeLicensesRequest(IClientService, String, String, String)
Constructs a new SyncVolumeLicenses request.
Declaration
public SyncVolumeLicensesRequest(IClientService service, string cpksver, string nonce, string source)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | cpksver | |
| System.String | nonce | |
| System.String | source |
Properties
Cpksver
The device/version ID from which to release the restriction.
Declaration
[RequestParameter("cpksver", RequestParameterType.Query)]
public virtual string Cpksver { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Features
List of features supported by the client, i.e., 'RENTALS'
Declaration
[RequestParameter("features", RequestParameterType.Query)]
public virtual MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum? Features { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<MyconfigResource.SyncVolumeLicensesRequest.FeaturesEnum> |
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.Volumes>.HttpMethod
IncludeNonComicsSeries
Set to true to include non-comics series. Defaults to false.
Declaration
[RequestParameter("includeNonComicsSeries", RequestParameterType.Query)]
public virtual bool? IncludeNonComicsSeries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Locale
ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
Declaration
[RequestParameter("locale", RequestParameterType.Query)]
public virtual string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| 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.Volumes>.MethodName
Nonce
The client nonce value.
Declaration
[RequestParameter("nonce", RequestParameterType.Query)]
public virtual string Nonce { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
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.Volumes>.RestPath
ShowPreorders
Set to true to show pre-ordered books. Defaults to false.
Declaration
[RequestParameter("showPreorders", RequestParameterType.Query)]
public virtual bool? ShowPreorders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
VolumeIds
The volume(s) to request download restrictions for.
Declaration
[RequestParameter("volumeIds", RequestParameterType.Query)]
public virtual Repeatable<string> VolumeIds { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<System.String> |
Methods
InitParameters()
Initializes SyncVolumeLicenses parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Volumes>.InitParameters()