Sha256: 80d7108007fe397952c620553d19b97ec272d28b618a07665f77ccaa8e4fb4e3
Contents?: true
Size: 1.62 KB
Versions: 4
Compression:
Stored size: 1.62 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_07_01 module Models # # Model object. # # class ContentKeyPolicyFairPlayOfflineRentalConfiguration include MsRestAzure # @return [Integer] Playback duration attr_accessor :playback_duration_seconds # @return [Integer] Storage duration attr_accessor :storage_duration_seconds # # Mapper for ContentKeyPolicyFairPlayOfflineRentalConfiguration class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContentKeyPolicyFairPlayOfflineRentalConfiguration', type: { name: 'Composite', class_name: 'ContentKeyPolicyFairPlayOfflineRentalConfiguration', model_properties: { playback_duration_seconds: { client_side_validation: true, required: true, serialized_name: 'playbackDurationSeconds', type: { name: 'Number' } }, storage_duration_seconds: { client_side_validation: true, required: true, serialized_name: 'storageDurationSeconds', type: { name: 'Number' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems