Class DictionaryResource.ListOfflineMetadataRequest
Returns a list of offline dictionary metadata available
Inheritance
DictionaryResource.ListOfflineMetadataRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class DictionaryResource.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 | |
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 |
---|---|
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.Metadata>.HttpMethod
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.Metadata>.MethodName
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.Metadata>.RestPath
Methods
InitParameters()
Initializes ListOfflineMetadata parameter list.
Declaration
protected override void InitParameters()