Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchResult

Namespace: Rakuten.RMS.Api.ItemAPI20

public class SearchResult

Inheritance ObjectSearchResult

Properties

nextCursorMark

public string nextCursorMark { get; set; }

Property Value

String

numFound

public int numFound { get; set; }

Property Value

Int32

offset

public int offset { get; set; }

Property Value

Int32

results

public List<Item> results { get; set; }

Property Value

List<Item>

Constructors

SearchResult()

public SearchResult()

< クラス一覧