Class MyconfigResource.ReleaseDownloadAccessRequest
Release downloaded content access restriction.
Inheritance
System.Object
MyconfigResource.ReleaseDownloadAccessRequest
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 ReleaseDownloadAccessRequest : BooksBaseServiceRequest<DownloadAccesses>, IClientServiceRequest<DownloadAccesses>, IClientServiceRequest
Constructors
ReleaseDownloadAccessRequest(IClientService, String, Repeatable<String>)
Constructs a new ReleaseDownloadAccess request.
Declaration
public ReleaseDownloadAccessRequest(IClientService service, string cpksver, Repeatable<string> volumeIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | cpksver | |
| Repeatable<System.String> | volumeIds |
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 |
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.DownloadAccesses>.HttpMethod
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.DownloadAccesses>.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.DownloadAccesses>.RestPath
Source
String to identify the originator of this request.
Declaration
[RequestParameter("source", RequestParameterType.Query)]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VolumeIds
The volume(s) to release restrictions for.
Declaration
[RequestParameter("volumeIds", RequestParameterType.Query)]
public virtual Repeatable<string> VolumeIds { get; }
Property Value
| Type | Description |
|---|---|
| Repeatable<System.String> |
Methods
InitParameters()
Initializes ReleaseDownloadAccess parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.DownloadAccesses>.InitParameters()