Sha256: e4c58fbd08569f8912cc59363a20f769eb29d286bd88cb3c44c56f1a54c950c4
Contents?: true
Size: 1.31 KB
Versions: 2
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::V2020_05_01 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
2 entries across 2 versions & 1 rubygems