Sha256: 150ac2c183daff9e2cdf4edff52605fdd8ef74e9232202450d2f3f9c22667841
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Model object. # # class PollQuestionChoiceLocalization include MsRestAzure include MsRest::JSONable # @return [String] Title of the choice. attr_accessor :title # # Mapper for PollQuestionChoiceLocalization class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'PollQuestionChoiceLocalization', type: { name: 'Composite', class_name: 'PollQuestionChoiceLocalization', model_properties: { title: { required: false, serialized_name: 'title', constraints: { MaxLength: 256 }, type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems