Sha256: 7f74f6656c282007a08b66c77f4175668494389c50862c07a6495a1c72920c6f
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 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::ARM::MobileEngagement 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.14.0 | lib/generated/azure_mgmt_mobile_engagement/models/engage_old_users_filter.rb |