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