Sha256: e0b8b1f7b4e97c4a51bc6b283c361860f6d15fce9f80d84f20d33e1bb3990282
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 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::MobileEngagement::Mgmt::V2014_12_01 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() { client_side_validation: true, required: false, serialized_name: 'PollQuestionLocalization', type: { name: 'Composite', class_name: 'PollQuestionLocalization', model_properties: { title: { client_side_validation: true, 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