class Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase
Model object.
Attributes
_type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for ResponseBase
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/1.0/generated/azure_cognitiveservices_spellcheck/models/response_base.rb, line 34 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResponseBase', type: { name: 'Composite', polymorphic_discriminator: '_type', uber_parent: 'ResponseBase', class_name: 'ResponseBase', model_properties: { } } } end
new()
click to toggle source
# File lib/1.0/generated/azure_cognitiveservices_spellcheck/models/response_base.rb, line 23 def initialize @_type = "ResponseBase" end