class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::NativePushEnabledFilter
Engage only users with native push enabled.
Attributes
type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for NativePushEnabledFilter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/native_push_enabled_filter.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'native-push-enabled', type: { name: 'Composite', class_name: 'NativePushEnabledFilter', model_properties: { type: { client_side_validation: true, required: true, serialized_name: 'type', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/native_push_enabled_filter.rb, line 16 def initialize @type = "native-push-enabled" end