class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::DeviceTagsResult

Model object.

Attributes

invalid_ids[RW]

@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.

Private Class Methods

mapper() click to toggle source

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

# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/device_tags_result.rb, line 29
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DeviceTagsResult',
    type: {
      name: 'Composite',
      class_name: 'DeviceTagsResult',
      model_properties: {
        invalid_ids: {
          client_side_validation: true,
          required: true,
          serialized_name: 'invalidIds',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end