Sha256: 5880b94ce3f19cc0a5a36acf63ed058a306a673ef35169af375001acf676b8f4
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.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
2 entries across 2 versions & 1 rubygems