Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 704 Bytes

GetRecordingLink200Response.md

File metadata and controls

20 lines (14 loc) · 704 Bytes

Daily::GetRecordingLink200Response

Properties

Name Type Description Notes
download_link String [optional]
expires Integer [optional][default to 0]

Example

require 'daily-ruby'

instance = Daily::GetRecordingLink200Response.new(
  download_link: https://daily-meeting-recordings.s3.us-west-2.amazonaws.com/api-demo/hello/1548790973821?AWSAccessKeyId=AKIAJVYA3B2F4672K3RQ&Expires=1548809176&Signature=xfSPW1kXksNriqmlm%2FT9hb%2Fq%2Bas%3D&response-content-disposition=attachment%3B%20filename%3D%22api-demo%2Fhello%2F1548790973821.webm%22,
  expires: 1548809176
)