Class DictionaryResource.ListOfflineMetadataRequest
Returns a list of offline dictionary metadata available
Inheritance
System.Object
DictionaryResource.ListOfflineMetadataRequest
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 ListOfflineMetadataRequest : BooksBaseServiceRequest<Metadata>, IClientServiceRequest<Metadata>, IClientServiceRequest
Constructors
ListOfflineMetadataRequest(IClientService, String)
Constructs a new ListOfflineMetadata request.
Declaration
public ListOfflineMetadataRequest(IClientService service, string cpksver)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | cpksver |
Properties
Cpksver
The device/version ID from which to request the data.
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.Metadata>.HttpMethod
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.Metadata>.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.Metadata>.RestPath
Methods
InitParameters()
Initializes ListOfflineMetadata parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Metadata>.InitParameters()