Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( Object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
InfoResponse ( |
Creates an InfoResponse from the given apiMsg
|
|
InfoResponse ( String name, String version, String buildNumber, String buildTime, string>.Dictionary |
Creates an InfoResponse from its component. This consturctor was created for testing purposes and is not intended to be used by customers. This consturctor was created for testing purposes and is not intended to be used by customers. |
public Equals ( Object obj ) : bool | ||
obj | Object | The object to compare against |
return | bool |
public InfoResponse ( |
||
apiMsg | The message from the API | |
return | System |
public InfoResponse ( String name, String version, String buildNumber, String buildTime, string>.Dictionary |
||
name | String | The name of the API |
version | String | The version number of the API |
buildNumber | String | The build number of the API |
buildTime | String | The time of the last build |
headers | string>.Dictionary | The headers from the API |
content | object>.Dictionary | The content of the InfoResponse in dictionary form |
contentAsJson | String | The content of the InfoResponse as JSON |
return | System |