Sha256: 99c0cb78d8dc51066fbdc20a220bd46d485ecca64c1a911d862c267a9f65d538
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 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 users whose first app use is more than {threshold} days old. # class EngageOldUsersFilter < Filter include MsRestAzure def initialize @type = "engage-old-users" end attr_accessor :type # @return [Integer] An integer value representing the threshold to apply # on this filter. attr_accessor :threshold # # Mapper for EngageOldUsersFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'engage-old-users', type: { name: 'Composite', class_name: 'EngageOldUsersFilter', model_properties: { type: { required: true, serialized_name: 'type', type: { name: 'String' } }, threshold: { required: false, serialized_name: 'threshold', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems