Class MyconfigResource.RequestAccessRequest
Request concurrent and download access restrictions.
Inheritance
MyconfigResource.RequestAccessRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MyconfigResource.RequestAccessRequest : BooksBaseServiceRequest<RequestAccessData>, IClientServiceRequest<RequestAccessData>, IClientServiceRequest
Constructors
RequestAccessRequest(IClientService, string, string, string, string)
Constructs a new RequestAccess request.
Declaration
public RequestAccessRequest(IClientService service, string cpksver, string nonce, string source, string volumeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | cpksver | |
string | nonce | |
string | source | |
string | volumeId |
Properties
Cpksver
The device/version ID from which to request the restrictions.
Declaration
[RequestParameter("cpksver", RequestParameterType.Query)]
public virtual string Cpksver { get; }
Property Value
Type | Description |
---|---|
string |
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.RequestAccessData>.HttpMethod
LicenseTypes
The type of access license to request. If not specified, the default is BOTH.
Declaration
[RequestParameter("licenseTypes", RequestParameterType.Query)]
public virtual MyconfigResource.RequestAccessRequest.LicenseTypesEnum? LicenseTypes { get; set; }
Property Value
Type | Description |
---|---|
MyconfigResource.RequestAccessRequest.LicenseTypesEnum? |
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 |
---|---|
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.RequestAccessData>.MethodName
Nonce
The client nonce value.
Declaration
[RequestParameter("nonce", RequestParameterType.Query)]
public virtual string Nonce { get; }
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.RequestAccessData>.RestPath
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; }
Property Value
Type | Description |
---|---|
string |
VolumeId
The volume to request concurrent/download restrictions for.
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes RequestAccess parameter list.
Declaration
protected override void InitParameters()