Sha256: 1dc67b7abbc2b5b4c9e20a63c2de5741c282016571014bc1f35b39256370f018
Contents?: true
Size: 1.64 KB
Versions: 2
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::V2020_05_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
2 entries across 2 versions & 1 rubygems