| Name | Type | Description | Notes |
|---|---|---|---|
| logs | String | The URI for the logs associated with this Call. | [optional] |
| recordings | String | The URI for the recordings associated with this Call. | [optional] |
require 'freeclimb'
instance = Freeclimb::CallResultAllOfSubresourceUris.new(
logs: null,
recordings: null
)