class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PushQuotaFilter

Engage only users for whom the push quota is not reached.

Attributes

type[RW]

Private Class Methods

mapper() click to toggle source

Mapper for PushQuotaFilter class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/push_quota_filter.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'push-quota',
    type: {
      name: 'Composite',
      class_name: 'PushQuotaFilter',
      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/push_quota_filter.rb, line 16
def initialize
  @type = "push-quota"
end