Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

File metadata and controls

20 lines (14 loc) · 466 Bytes

Freeclimb::CallResultAllOfSubresourceUris

Properties

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]

Example

require 'freeclimb'

instance = Freeclimb::CallResultAllOfSubresourceUris.new(
  logs: null,
  recordings: null
)