Sha256: 7d6d3544ec2a5457bf58e21254b5b60c0ab5504f186ca3c4875ec054681a4a2c
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Engage only users with native push enabled. # class NativePushEnabledFilter < Filter include MsRestAzure def initialize @type = "native-push-enabled" end attr_accessor :type # # Mapper for NativePushEnabledFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'native-push-enabled', type: { name: 'Composite', class_name: 'NativePushEnabledFilter', model_properties: { type: { required: true, serialized_name: 'type', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.10.0 | lib/generated/azure_mgmt_mobile_engagement/models/native_push_enabled_filter.rb |