Class CommentsResource.ListByBlogRequest
Lists comments by blog.
Inheritance
System.Object
CommentsResource.ListByBlogRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class ListByBlogRequest : BloggerBaseServiceRequest<CommentList>, IClientServiceRequest<CommentList>, IClientServiceRequest
Constructors
ListByBlogRequest(IClientService, String)
Constructs a new ListByBlog request.
Declaration
public ListByBlogRequest(IClientService service, string blogId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | blogId |
Properties
BlogId
Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
EndDate
Declaration
[RequestParameter("endDate", RequestParameterType.Query)]
public virtual string EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FetchBodies
Declaration
[RequestParameter("fetchBodies", RequestParameterType.Query)]
public virtual bool? FetchBodies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.CommentList>.HttpMethod
MaxResults
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.CommentList>.MethodName
PageToken
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.CommentList>.RestPath
StartDate
Declaration
[RequestParameter("startDate", RequestParameterType.Query)]
public virtual string StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
[RequestParameter("status", RequestParameterType.Query)]
public virtual CommentsResource.ListByBlogRequest.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<CommentsResource.ListByBlogRequest.StatusEnum> |
Methods
InitParameters()
Initializes ListByBlog parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Blogger.v3.BloggerBaseServiceRequest<Google.Apis.Blogger.v3.Data.CommentList>.InitParameters()