Interface IListResponse
Represents the response of a IListRequest.
Namespace: BiExcellence.OpenBi.Api.Commands
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IListResponse
Properties
TotalCount
Gets the total count of elements.
Declaration
int? TotalCount { get; }
Property Value
Type | Description |
---|---|
int? |