Sha256: 6c4e71c2fcbf1fe6ca33d7063ecc46e651d4518e7f6ac3c5748a4d453e09a5b4

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 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::MobileEngagement::Mgmt::V2014_12_01
  module Models
    #
    # Model object.
    #
    #
    class SupportedPlatformsListResult

      include MsRestAzure

      # @return [Array<String>] List of supported platforms.
      attr_accessor :platforms


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.16.0 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb
azure_mgmt_mobile_engagement-0.15.2 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb