Sha256: 8f4004b665140f3a54c4deb301b94581871106d8ac514f87124c8dd95d3f6067
Contents?: true
Size: 1.41 KB
Versions: 11
Compression:
Stored size: 1.41 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2018_06_01_preview module Models # # A codec flag, which tells the encoder to copy the input audio bitstream. # class CopyAudio < Codec include MsRestAzure def initialize @odatatype = "#Microsoft.Media.CopyAudio" end attr_accessor :odatatype # # Mapper for CopyAudio class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.CopyAudio', type: { name: 'Composite', class_name: 'CopyAudio', model_properties: { label: { client_side_validation: true, required: false, serialized_name: 'label', type: { name: 'String' } }, odatatype: { client_side_validation: true, required: true, serialized_name: '@odata\\.type', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems