Sha256: 5264a2b6e556d9e38ce0cd89a317d96ce220b121681a9ee516ae3728274d1a6b
Contents?: true
Size: 1.8 KB
Versions: 6
Compression:
Stored size: 1.8 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::NotificationHubs::Mgmt::V2017_04_01 module Models # # Description of a NotificationHub BaiduCredential. # class BaiduCredential include MsRestAzure # @return [String] Baidu Api Key. attr_accessor :baidu_api_key # @return [String] Baidu Endpoint. attr_accessor :baidu_end_point # @return [String] Baidu Secret Key attr_accessor :baidu_secret_key # # Mapper for BaiduCredential class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BaiduCredential', type: { name: 'Composite', class_name: 'BaiduCredential', model_properties: { baidu_api_key: { client_side_validation: true, required: false, serialized_name: 'properties.baiduApiKey', type: { name: 'String' } }, baidu_end_point: { client_side_validation: true, required: false, serialized_name: 'properties.baiduEndPoint', type: { name: 'String' } }, baidu_secret_key: { client_side_validation: true, required: false, serialized_name: 'properties.baiduSecretKey', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems