Class: Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization
- Inherits:
-
Object
- Object
- Azure::MobileEngagement::Mgmt::V2014_12_01::Models::PollQuestionLocalization
- Includes:
- MsRestAzure
- Defined in:
- lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/poll_question_localization.rb
Overview
Model object.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#title ⇒ String
Title of the question.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PollQuestionLocalization class as Ruby Hash.
Instance Attribute Details
#title ⇒ String
17 18 19 |
# File 'lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/poll_question_localization.rb', line 17 def title @title end |
Class Method Details
.mapper ⇒ Object
Mapper for PollQuestionLocalization class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# 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 |