Sha256: fa4d381a157a1dc4d5a358ccd273182ed9a05320c3f9b2bc8126b4b081f99c7c

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.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 DeviceTagsResult

      include MsRestAzure

      # @return [Array<String>] A JSON array containing all identifiers that
      # have been rejected. 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_ids


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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.7.0 lib/generated/azure_mgmt_mobile_engagement/models/device_tags_result.rb
azure_mgmt_mobile_engagement-0.6.0 lib/generated/azure_mgmt_mobile_engagement/models/device_tags_result.rb
azure_mgmt_mobile_engagement-0.5.0 lib/generated/azure_mgmt_mobile_engagement/models/device_tags_result.rb