Sha256: 7dde048ee4ab459fbbe379502b028de46f4825c087170a8dd7f7b8564207dacf
Contents?: true
Size: 1.44 KB
Versions: 11
Compression:
Stored size: 1.44 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 # # Specifies that the content key ID is in the PlayReady header. # class ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader < ContentKeyPolicyPlayReadyContentKeyLocation include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader" end attr_accessor :odatatype # # Mapper for ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader # class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader', type: { name: 'Composite', class_name: 'ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader', model_properties: { 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