Class PostsResource.GetByPathRequest
Gets a post by path.
Inheritance
PostsResource.GetByPathRequest
Inherited Members
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostsResource.GetByPathRequest : BloggerBaseServiceRequest<Post>, IClientServiceRequest<Post>, IClientServiceRequest
Constructors
GetByPathRequest(IClientService, string, string)
Constructs a new GetByPath request.
Declaration
public GetByPathRequest(IClientService service, string blogId, string path)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | blogId | |
string | path |
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.Post>.HttpMethod
MaxComments
Declaration
[RequestParameter("maxComments", RequestParameterType.Query)]
public virtual long? MaxComments { get; set; }
Property Value
Type | Description |
---|---|
long? |
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.Post>.MethodName
Path
Declaration
[RequestParameter("path", RequestParameterType.Query)]
public virtual string Path { get; }
Property Value
Type | Description |
---|---|
string |
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.Post>.RestPath
View
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PostsResource.GetByPathRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
PostsResource.GetByPathRequest.ViewEnum? |
Methods
InitParameters()
Initializes GetByPath parameter list.
Declaration
protected override void InitParameters()