RestRequest interface 
The properties that make up a REST request
Properties
| authentication | The authentication information required in the request to the health provider. | 
| method | The HTTP method to use for the request. | 
| uri | The HTTP URI to use for the request. | 
Property Details
authentication
The authentication information required in the request to the health provider.
authentication: RestRequestAuthenticationUnionProperty Value
method
uri
The HTTP URI to use for the request.
uri: stringProperty Value
string