Class MyconfigResource.GetUserSettingsRequest
Gets the current settings for the user.
Inheritance
MyconfigResource.GetUserSettingsRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MyconfigResource.GetUserSettingsRequest : BooksBaseServiceRequest<Usersettings>, IClientServiceRequest<Usersettings>, IClientServiceRequest
Constructors
GetUserSettingsRequest(IClientService)
Constructs a new GetUserSettings request.
Declaration
public GetUserSettingsRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Country
Unused. Added only to workaround TEX mandatory request template requirement
Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { get; set; }
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.Usersettings>.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.Usersettings>.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.Usersettings>.RestPath
Methods
InitParameters()
Initializes GetUserSettings parameter list.
Declaration
protected override void InitParameters()