My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.EconomyModels.SearchItemsRequest Class Reference
Inheritance diagram for PlayFab.EconomyModels.SearchItemsRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string ContinuationToken
 An opaque token used to retrieve the next page of items, if any are available.
 
int Count
 Number of items to retrieve. Maximum page size is 225. Default value is 10.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
EntityKey Entity
 The entity to perform this action on.
 
string Filter
 An OData filter used to refine the search query.
 
string OrderBy
 An OData orderBy used to order the results of the search query.
 
string Search
 The text to search for.
 
string Select
 An OData select query option used to augment the search results. If not defined, the default search result metadata will be returned.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: