Class PagesResource.InsertRequest
Inserts a page.
Inheritance
PagesResource.InsertRequest
Inherited Members
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PagesResource.InsertRequest : BloggerBaseServiceRequest<Page>, IClientServiceRequest<Page>, IClientServiceRequest
Constructors
InsertRequest(IClientService, Page, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, Page body, string blogId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Page | body | |
string | blogId |
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
IsDraft
Declaration
[RequestParameter("isDraft", RequestParameterType.Query)]
public virtual bool? IsDraft { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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
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
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 Insert parameter list.
Declaration
protected override void InitParameters()