Class: Azure::MobileEngagement::Mgmt::V2014_12_01::Models::SupportedPlatformsListResult

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb

Overview

Model object.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#platformsArray<String>

Returns List of supported platforms.

Returns:

  • (Array<String>)

    List of supported platforms.



17
18
19
# File 'lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb', line 17

def platforms
  @platforms
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# File 'lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb', line 24

def self.mapper()
  {
    required: false,
    serialized_name: 'SupportedPlatformsListResult',
    type: {
      name: 'Composite',
      class_name: 'SupportedPlatformsListResult',
      model_properties: {
        platforms: {
          required: false,
          serialized_name: 'platforms',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end