Property | Type | Description |
---|
Method | Description | |
---|---|---|
CategoriesResponse ( |
Creates a CategoriesResponse from the API's raw output
|
|
CategoriesResponse ( List |
Constructs a Categories Response from a list of RosetteCategories, a collection of response headers, and content in a dictionary or content as JSON
|
|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
public CategoriesResponse ( |
||
apiResult | The API's output | |
return | System |
public CategoriesResponse ( List |
||
categories | List |
The list of RosetteCategories |
responseHeaders | string>.Dictionary | The response headers from the API |
content | object>.Dictionary | The content of the response (i.e. the categories list) |
contentAsJson | String | The content as a JSON string |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare |
return | bool |