Class MyconfigResource.UpdateUserSettingsRequest
Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.
Inheritance
MyconfigResource.UpdateUserSettingsRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class MyconfigResource.UpdateUserSettingsRequest : BooksBaseServiceRequest<Usersettings>, IClientServiceRequest<Usersettings>, IClientServiceRequest
Constructors
UpdateUserSettingsRequest(IClientService, Usersettings)
Constructs a new UpdateUserSettings request.
Declaration
public UpdateUserSettingsRequest(IClientService service, Usersettings body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Usersettings | body |
Properties
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Usersettings>.GetBody()
InitParameters()
Initializes UpdateUserSettings parameter list.
Declaration
protected override void InitParameters()