Sha256: b1b2164a8c358bc6c84a3498b9af4ce28de7586c2f41ab14ce8b7d88682740e0
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Send only to a maximum of max users. # class EngageSubsetFilter < Filter include MsRestAzure def initialize @type = "engage-subset" end attr_accessor :type # @return [Integer] An integer value representing the maximum users that # should be pushed. attr_accessor :max # # Mapper for EngageSubsetFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'engage-subset', type: { name: 'Composite', class_name: 'EngageSubsetFilter', model_properties: { type: { required: true, serialized_name: 'type', type: { name: 'String' } }, max: { required: false, serialized_name: 'max', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems