class BlogPostSummariesListOptions
{
DateTime? Month { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Month |
DateTime? |
Month of blog posts to summarize |
||
|
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. |
||
|
PageSize |
int? |
Amount of summaries to return per page |