Sha256: 1fed80b603b8d43e07cae284e1ca3fb5be67ef8ed2beff38c300199d3d9601cc

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 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::MobileEngagement::Mgmt::V2014_12_01
  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()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'engage-subset',
          type: {
            name: 'Composite',
            class_name: 'EngageSubsetFilter',
            model_properties: {
              type: {
                client_side_validation: true,
                required: true,
                serialized_name: 'type',
                type: {
                  name: 'String'
                }
              },
              max: {
                client_side_validation: true,
                required: false,
                serialized_name: 'max',
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.16.0 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/engage_subset_filter.rb
azure_mgmt_mobile_engagement-0.15.2 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/engage_subset_filter.rb