class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization

Model object.

Attributes

title[RW]

@return [String] Title of the question.

Private Class Methods

mapper() click to toggle source

Mapper for PollQuestionLocalization class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/poll_question_localization.rb, line 24
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