class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionChoiceLocalization
Model object.
Attributes
title[RW]
@return [String] Title of the choice.
Private Class Methods
mapper()
click to toggle source
Mapper for PollQuestionChoiceLocalization
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/poll_question_choice_localization.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PollQuestionChoiceLocalization', type: { name: 'Composite', class_name: 'PollQuestionChoiceLocalization', model_properties: { title: { client_side_validation: true, required: false, serialized_name: 'title', constraints: { MaxLength: 256 }, type: { name: 'String' } } } } } end