Sha256: d9f99bc536991bfedf24076f1f2d5fb78002fe06b5fe904586159a43af455053
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 less than {threshold} days old. # class EngageNewUsersFilter < Filter include MsRestAzure def initialize @type = "engage-new-users" end attr_accessor :type # @return [Integer] An integer value representing the threshold to apply # on this filter. attr_accessor :threshold # # Mapper for EngageNewUsersFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'engage-new-users', type: { name: 'Composite', class_name: 'EngageNewUsersFilter', 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