class Azure::BotService::Mgmt::V2018_07_12_preview::Models::ConnectionSettingParameter
Extra Parameter in a Connection Setting Properties to indicate service provider specific properties
Attributes
key[RW]
@return [String] Key for the Connection Setting Parameter.
value[RW]
@return [String] Value associated with the Connection Setting Parameter.
Private Class Methods
mapper()
click to toggle source
Mapper for ConnectionSettingParameter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-12-preview/generated/azure_mgmt_bot_service/models/connection_setting_parameter.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectionSettingParameter', type: { name: 'Composite', class_name: 'ConnectionSettingParameter', model_properties: { key: { client_side_validation: true, required: false, serialized_name: 'key', type: { name: 'String' } }, value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end