Sha256: 03812f52c7dd2222a0ed2da01a13e769303c781f135846f3226f62831f1ef237
Contents?: true
Size: 1.35 KB
Versions: 12
Compression:
Stored size: 1.35 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 ContentKeyPolicyRestriction that is unavailable in the # current API version. # class ContentKeyPolicyUnknownRestriction < ContentKeyPolicyRestriction include MsRestAzure def initialize @odatatype = "#Microsoft.Media.ContentKeyPolicyUnknownRestriction" end attr_accessor :odatatype # # Mapper for ContentKeyPolicyUnknownRestriction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: '#Microsoft.Media.ContentKeyPolicyUnknownRestriction', type: { name: 'Composite', class_name: 'ContentKeyPolicyUnknownRestriction', 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