[SerializableAttribute]
public class MatchSearchList : ITokenItems<MatchAbbr>| Distance | Distance in miles to search. The default is 100 miles. |
| EndDate | The end date of the match dates to search. The default value is the last day of the current month. |
| HasMoreItems | Indicates if this get/read response has more items. Almost always determiend if NextToken is null or an empty string. |
| Items | |
| Latitude | The Latitude of an area to search. |
| Limit | The maximum number of search results to return. |
| Longitude | The Logitude of an area to search. |
| NextToken | When there are more items to return, NextToken contains the next token to pass to the call to the next set of items. A value of null or empoty string indicate there are no more items to return. |
| ShootingStyles | The shooting style to search or unassigned for all. |
| StartDate | The start date of the match dates to search. The default value is the first day of the current month. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |