Sha256: 1a4e829ebf33c5eecba0d6799d8cf3c12736d455cc00683e326aead930f9984c
Contents?: true
Size: 1.66 KB
Versions: 12
Compression:
Stored size: 1.66 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_03_30_preview module Models # # Specifies a configuration for Widevine licenses. # class ContentKeyPolicyWidevineConfiguration < ContentKeyPolicyConfiguration include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyWidevineConfiguration" end attr_accessor :odatatype # @return [String] The Widevine template. attr_accessor :widevine_template # # Mapper for ContentKeyPolicyWidevineConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyWidevineConfiguration', type: { name: 'Composite', class_name: 'ContentKeyPolicyWidevineConfiguration', model_properties: { odatatype: { client_side_validation: true, required: true, serialized_name: '@odata\\.type', type: { name: 'String' } }, widevine_template: { client_side_validation: true, required: true, serialized_name: 'widevineTemplate', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems