Sha256: 479fa6dfa64eea73a3a2e37d50ef9e256eba050b5ca6dbcb5feb88e937c2f361
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Model object. # # class PollQuestionLocalization include MsRestAzure # @return [String] Title of the question. attr_accessor :title # # Mapper for PollQuestionLocalization class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'PollQuestionLocalization', type: { name: 'Composite', class_name: 'PollQuestionLocalization', 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.10.0 | lib/generated/azure_mgmt_mobile_engagement/models/poll_question_localization.rb |