Sha256: d2b0a2b1d0877f57e1f505c38939ac7c85e123bd40dbf6b7a8b1c27053cf557d
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. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Engage only users for whom the push quota is not reached. # class PushQuotaFilter < Filter include MsRestAzure include MsRest::JSONable def initialize @type = "push-quota" end attr_accessor :type # # Mapper for PushQuotaFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'push-quota', type: { name: 'Composite', class_name: 'PushQuotaFilter', 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.13.0 | lib/generated/azure_mgmt_mobile_engagement/models/push_quota_filter.rb |