Sha256: 1d4347b7652137ba744fb54b2b9e0caaef2e1b730978a4573277cb884ae8fa04
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.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 # @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.8.0 | lib/generated/azure_mgmt_mobile_engagement/models/poll_question_choice_localization.rb |