-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
53 deletions.
There are no files selected for viewing
106 changes: 53 additions & 53 deletions
106
spec/models/room_properties_streaming_endpoints_inner_spec.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
=begin | ||
#Daily API | ||
# =begin | ||
# #Daily API | ||
|
||
#The Daily REST API offers the ability to manage the following: - Overall Domain Configuration - Individual Room creation and config management - Meeting token creation and validation - Recording and compositing management - Meeting analytics - Logs and metrics - Real-time presence Please reach out to [email protected] if we can help with anything | ||
# #The Daily REST API offers the ability to manage the following: - Overall Domain Configuration - Individual Room creation and config management - Meeting token creation and validation - Recording and compositing management - Meeting analytics - Logs and metrics - Real-time presence Please reach out to [email protected] if we can help with anything | ||
|
||
The version of the OpenAPI document: 1.1.1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 7.3.0 | ||
# The version of the OpenAPI document: 1.1.1 | ||
# Contact: [email protected] | ||
# Generated by: https://openapi-generator.tech | ||
# OpenAPI Generator version: 7.3.0 | ||
|
||
=end | ||
# =end | ||
|
||
require 'spec_helper' | ||
require 'json' | ||
require 'date' | ||
# require 'spec_helper' | ||
# require 'json' | ||
# require 'date' | ||
|
||
# Unit tests for Daily::RoomPropertiesStreamingEndpointsInner | ||
# Automatically generated by openapi-generator (https://openapi-generator.tech) | ||
# Please update as you see appropriate | ||
describe Daily::RoomPropertiesStreamingEndpointsInner do | ||
let(:instance) { Daily::RoomPropertiesStreamingEndpointsInner.new } | ||
# # Unit tests for Daily::RoomPropertiesStreamingEndpointsInner | ||
# # Automatically generated by openapi-generator (https://openapi-generator.tech) | ||
# # Please update as you see appropriate | ||
# describe Daily::RoomPropertiesStreamingEndpointsInner do | ||
# let(:instance) { Daily::RoomPropertiesStreamingEndpointsInner.new } | ||
|
||
describe 'test an instance of RoomPropertiesStreamingEndpointsInner' do | ||
it 'should create an instance of RoomPropertiesStreamingEndpointsInner' do | ||
# uncomment below to test the instance creation | ||
#expect(instance).to be_instance_of(Daily::RoomPropertiesStreamingEndpointsInner) | ||
end | ||
end | ||
# describe 'test an instance of RoomPropertiesStreamingEndpointsInner' do | ||
# it 'should create an instance of RoomPropertiesStreamingEndpointsInner' do | ||
# # uncomment below to test the instance creation | ||
# #expect(instance).to be_instance_of(Daily::RoomPropertiesStreamingEndpointsInner) | ||
# end | ||
# end | ||
|
||
describe 'test attribute "name"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "name"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
describe 'test attribute "type"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "type"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
describe 'test attribute "hls_config_storage_path"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "hls_config_storage_path"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
describe 'test attribute "hls_config_storage_path_template"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "hls_config_storage_path_template"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
describe 'test attribute "hls_config_save_hls_recording"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "hls_config_save_hls_recording"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
describe 'test attribute "hls_config_variants"' do | ||
it 'should work' do | ||
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
end | ||
end | ||
# describe 'test attribute "hls_config_variants"' do | ||
# it 'should work' do | ||
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ | ||
# end | ||
# end | ||
|
||
end | ||
# end |