Rakuten RMS WEB API client for .NET
PaginationResponseModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class PaginationResponseModel
Inheritance Object → PaginationResponseModel
Properties
requestPage
リクエストページ番号 リクエストされたページ数
public Nullable<Int32> requestPage { get; set; }
Property Value
totalPages
総ページ数
public Nullable<Int32> totalPages { get; set; }
Property Value
totalRecordsAmount
総結果数
public Nullable<Int32> totalRecordsAmount { get; set; }
Property Value
Constructors
PaginationResponseModel()
public PaginationResponseModel()