Sha256: d470e69230ae2ef30147637d5c672ab0bfc38b7e53d54136ff360448fa1e84a4
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 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 who have used the app in the last {threshold} days. # class EngageActiveUsersFilter < Filter include MsRestAzure def initialize @type = "engage-active-users" end attr_accessor :type # @return [Integer] An integer value representing the threshold to apply # on this filter. attr_accessor :threshold # # Mapper for EngageActiveUsersFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'engage-active-users', type: { name: 'Composite', class_name: 'EngageActiveUsersFilter', 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