Sha256: a1a8f54d5f88900e131a95134b24c1e69a242bb171292a6fa2eced9bf27b4204
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.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 include MsRest::JSONable 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