Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

File metadata and controls

18 lines (12 loc) · 314 Bytes

MuxRuby::DRMConfigurationResponse

Properties

Name Type Description Notes
data DRMConfiguration [optional]

Example

require 'mux_ruby'

instance = MuxRuby::DRMConfigurationResponse.new(
  data: null
)