Sha256: 8e64ec7352e9dd1fdcf5ea719c08b236f998e03d553d4baabd401115b90f1972

Contents?: true

Size: 1.74 KB

Versions: 1

Compression:

Stored size: 1.74 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
    #
    # Model object.
    # 
    #
    class CampaignPushResult

      include MsRestAzure

      # @return [Array<String>] A JSON array containing all identifiers that
      # have been rejected. A device can be rejected for the following reasons:
      # * The device hasn’t reported any session yet. * The device is over
      # quota (if a push quota filter is applied on your campaign). Please note
      # that if the request parameters are valid but all the specified devices
      # are rejected, the status code is still `200` with a response including
      # all the devices as being rejected.
      # 
      attr_accessor :invalid_device_ids


      #
      # Mapper for CampaignPushResult class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'CampaignPushResult',
          type: {
            name: 'Composite',
            class_name: 'CampaignPushResult',
            model_properties: {
              invalid_device_ids: {
                required: false,
                serialized_name: 'invalidDeviceIds',
                type: {
                  name: 'Sequence',
                  element: {
                      required: false,
                      serialized_name: 'StringElementType',
                      type: {
                        name: 'String'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.8.0 lib/generated/azure_mgmt_mobile_engagement/models/campaign_push_result.rb