Class PagesResource.PatchRequest
Patches a page.
Inheritance
PagesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PagesResource.PatchRequest : BloggerBaseServiceRequest<Page>, IClientServiceRequest<Page>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Page, string, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Page body, string blogId, string pageId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Page | body | |
string | blogId | |
string | pageId |
Properties
BlogId
Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { 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.Blogger.v3.Data.Page>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.MethodName
PageId
Declaration
[RequestParameter("pageId", RequestParameterType.Path)]
public virtual string PageId { get; }
Property Value
Type | Description |
---|---|
string |
Publish
Declaration
[RequestParameter("publish", RequestParameterType.Query)]
public virtual bool? Publish { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.RestPath
Revert
Declaration
[RequestParameter("revert", RequestParameterType.Query)]
public virtual bool? Revert { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()