class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::SupportedPlatformsListResult
Model object.
Attributes
platforms[RW]
@return [Array<String>] List of supported platforms.
Private Class Methods
mapper()
click to toggle source
Mapper for SupportedPlatformsListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb, line 24 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