Class MyconfigResource.RequestAccessRequest
Request concurrent and download access restrictions.
Inheritance
System.Object
MyconfigResource.RequestAccessRequest
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 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 | |
| System.String | cpksver | |
| System.String | nonce | |
| System.String | source | |
| System.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 |
|---|---|
| System.String |
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.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 |
|---|---|
| System.Nullable<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 |
|---|---|
| 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.RequestAccessData>.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.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 |
|---|---|
| System.String |
VolumeId
The volume to request concurrent/download restrictions for.
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes RequestAccess parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.RequestAccessData>.InitParameters()