Sha256: f87706db3357706aa619deeae389eb035d2051d727af4737f1df85660544301b
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 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() { client_side_validation: true, required: false, serialized_name: 'engage-old-users', type: { name: 'Composite', class_name: 'EngageOldUsersFilter', model_properties: { type: { client_side_validation: true, required: true, serialized_name: 'type', type: { name: 'String' } }, threshold: { client_side_validation: true, required: false, serialized_name: 'threshold', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems