Sha256: 697285c65632bb0de9386bc2fad3591662ac67fc164b5d5d16759e889f7fd197
Contents?: true
Size: 1.77 KB
Versions: 4
Compression:
Stored size: 1.77 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::V2019_05_01_preview module Models # # A track selection condition. # class LiveEventInputTrackSelection include MsRestAzure # @return [String] Property name to select. attr_accessor :property # @return [String] Comparing operation. attr_accessor :operation # @return [String] Property value to select. attr_accessor :value # # Mapper for LiveEventInputTrackSelection class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LiveEventInputTrackSelection', type: { name: 'Composite', class_name: 'LiveEventInputTrackSelection', model_properties: { property: { client_side_validation: true, required: false, serialized_name: 'property', type: { name: 'String' } }, operation: { client_side_validation: true, required: false, serialized_name: 'operation', type: { name: 'String' } }, value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems