Sha256: bcec5f6a6c6daab2b077fcb0e695e09e538c3a76975c177617a597f3abe4ec03
Contents?: true
Size: 1.64 KB
Versions: 9
Compression:
Stored size: 1.64 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 # # Representing a list of FilterTrackPropertyConditions to select a track. # The filters are combined using a logical AND operation. # class FilterTrackSelection include MsRestAzure # @return [Array<FilterTrackPropertyCondition>] The track selections. attr_accessor :track_selections # # Mapper for FilterTrackSelection class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FilterTrackSelection', type: { name: 'Composite', class_name: 'FilterTrackSelection', model_properties: { track_selections: { client_side_validation: true, required: true, serialized_name: 'trackSelections', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'FilterTrackPropertyConditionElementType', type: { name: 'Composite', class_name: 'FilterTrackPropertyCondition' } } } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems