Class GetHintsResponseModel
The API response model representing Hints
public class GetHintsResponseModel
- Inheritance
-
GetHintsResponseModel
- Inherited Members
Properties
Content
Content of the hints
[JsonProperty("Content", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Content { get; set; }