Sha256: c78b96ebbbf59c46c3f994aee8ffd72aa8ae7a64cd45b3196298066ea36ab979
Contents?: true
Size: 1.33 KB
Versions: 12
Compression:
Stored size: 1.33 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 an open restriction. License or key will be delivered on every # request. # class ContentKeyPolicyOpenRestriction < ContentKeyPolicyRestriction include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyOpenRestriction" end attr_accessor :odatatype # # Mapper for ContentKeyPolicyOpenRestriction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyOpenRestriction', type: { name: 'Composite', class_name: 'ContentKeyPolicyOpenRestriction', 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