Sha256: dccef2d8aafc1a95e89e08a8ec3a5607a747df0f4bebd403825b52ef909a13ac
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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 PollQuestionLocalization include MsRestAzure include MsRest::JSONable # @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
2 entries across 2 versions & 1 rubygems