Sha256: dc356b0901eea92968a6e26258e9742d3ed37bf35db66af7401b478f2c89c24b
Contents?: true
Size: 1.31 KB
Versions: 12
Compression:
Stored size: 1.31 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 # # Represents a configuration for non-DRM keys. # class ContentKeyPolicyClearKeyConfiguration < ContentKeyPolicyConfiguration include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyClearKeyConfiguration" end attr_accessor :odatatype # # Mapper for ContentKeyPolicyClearKeyConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyClearKeyConfiguration', type: { name: 'Composite', class_name: 'ContentKeyPolicyClearKeyConfiguration', model_properties: { odatatype: { client_side_validation: true, required: true, serialized_name: '@odata\\.type', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems