Sha256: 97f06db328bc6c176662b1931a6a4dd4c0608162d4ba52a0fa3428a0dfdbcc5a
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 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::ARM::MobileEngagement module Models # # Model object. # # class SupportedPlatformsListResult include MsRestAzure include MsRest::JSONable # @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() { 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.13.0 | lib/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb |