- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class HashTagListOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContainerId { get; set; } Guid? ContentTypeId { get; set; } bool? IncludeSubContainers { get; set; } int? PageSize { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationId |
Guid? |
Application identifier filter |
||
ApplicationTypeId |
Guid? |
Application type identifier filter |
||
ContainerId |
Guid? |
Container identifier filter |
||
ContentTypeId |
Guid? |
Content type identifier filter |
||
IncludeSubContainers |
bool? |
Include likes in sub-containers. ContainerId must be set if this is set. |
||
PageSize |
int? |
Specify the number of results to return per page. |