Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

ListRecordings200Response.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

Daily::ListRecordings200Response

Properties

Name Type Description Notes
total_count Integer [optional][default to 0]
data Array<ListRecordings200ResponseDataInner> [optional]

Example

require 'daily-ruby'

instance = Daily::ListRecordings200Response.new(
  total_count: 3,
  data: null
)