Sha256: f4ee6904ce690078738f8488739e336dab9ba8a97cccab8650a931e937741e99
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.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 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
3 entries across 3 versions & 1 rubygems